ERROR :: 400 - server_error : Internal Server Error #669
thewhale21
started this conversation in
General
Replies: 1 comment
-
Its a known issue - but has been closed for some reason :( But no fix so far ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys, Was wondering if you all could help.
Im getting an internal server error when trying to input my credentials. (Had previously logged in and was working fine).
Full log below, seems to indicate an authenitcation error, but UN and PW work fine on app, have just force reset the password and mine PIN, No differnece. If someone could point me in the right direction that would be much appreciated. Have tried with a fresh install and am getting the same error.
2023-11-16 15:11:42,542 :: ERROR :: No config file
2023-11-16 15:11:42,543 :: WARNING :: Can't get language
2023-11-16 15:11:42,821 :: INFO :: update_data
2023-11-16 15:11:42,850 :: INFO :: * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
2023-11-16 15:11:50,729 :: INFO :: Starting analysis on AndroidManifest.xml
2023-11-16 15:11:50,734 :: INFO :: Namespace mapping (55, 449) already seen! This is usually not a problem but could indicate packers or broken AXML compilers.
2023-11-16 15:11:50,753 :: INFO :: APK file was successfully validated!
2023-11-16 15:11:50,753 :: WARNING :: Requested API level 33 is larger than maximum we have, returning API level 28 instead.
2023-11-16 15:11:51,281 :: WARNING :: RES_TABLE_LIBRARY_TYPE chunk is not supported
2023-11-16 15:11:53,265 :: ERROR :: 400 - server_error : Internal Server Error
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/web/view/config_views.py", line 133, in connectPSA
res = firstLaunchConfig(app_name, email, password, countrycode)
File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/psa/setup/app_decoder.py", line 95, in firstLaunchConfig
psacc.connect(client_email, client_password)
File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/psacc/application/psa_client.py", line 35, in connect
self.manager.init_with_user_credentials_realm(user, password, self.realm)
File "/usr/local/lib/python3.9/dist-packages/psa_car_controller/psa/oauth.py", line 26, in init_with_user_credentials_realm
self._token_request(self._grant_password_request_realm(login, password, realm), True)
File "/usr/local/lib/python3.9/dist-packages/oauth2_client/credentials_manager.py", line 205, in _token_request
CredentialManager._handle_bad_response(response)
File "/usr/local/lib/python3.9/dist-packages/oauth2_client/credentials_manager.py", line 87, in _handle_bad_response
raise OAuthError(HTTPStatus(response.status_code), error.get('error'), error.get('error_description'))
oauth2_client.credentials_manager.OAuthError: 400 - server_error : Internal Server Error
2023-11-16 15:11:53,275 :: INFO :: 172.30.32.1 - - [16/Nov/2023 15:11:53] "POST /_dash-update-component HTTP/1.1" 200 -
Beta Was this translation helpful? Give feedback.
All reactions