piscesvivian opened a new issue, #74: URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/74
I generate a token like: 13cc1637a92432cf06598c7dfe06d2f6 on web site. And set by environ ```python os.environ['PYDS_JAVA_GATEWAY_AUTH_TOKEN'] = '13cc1637a92432cf06598c7dfe06d2f6' ``` Got a auth failed Log: ``` '2023-02-23 21:00:02,825 [30520] DEBUG [MainThread] py4j.java_gateway java_gateway.py:1206 Command to send: A 13cc1637a92432cf06598c7dfe06d2f6 ' '2023-02-23 21:00:02,862 [30520] DEBUG [MainThread] py4j.java_gateway java_gateway.py:1218 Answer received: !xsAuthentication error: bad auth token received.' '2023-02-23 21:00:02,862 [30520] ERROR [MainThread] py4j.java_gateway java_gateway.py:1138 Cannot authenticate with gateway server.' ``` Default Token is OK! ``` '2023-02-23 21:10:22,701 [23660] DEBUG [MainThread] py4j.java_gateway java_gateway.py:1206 Command to send: A jwUDzpLsNKEFER4*a8gruBH_GsAurNxU7A@Xc ' '2023-02-23 21:10:22,934 [23660] DEBUG [MainThread] py4j.java_gateway java_gateway.py:1218 Answer received: !yv' ``` Any Thing Wrong? Version Info: Client side: Python 3.10.9 apache-dolphinscheduler 4.0.0 OpenJDK 11 (Windows) Sever side: OpenJDK 11( yum install java-11-openjdk) dolphinscheduler 3.1.3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
