You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is this project still alive?
I am getting exception....problem occurs when trying to get the authorization token. Please, help...
Exception has occurred: Exception
API error: invalid_request
Backend Failure
File "C:\Users\adam.pelikan\Downloads\AudiAPI-master\AudiAPI-master\audiapi\API.py", line 68, in __handle_error
raise Exception('API error: ' + str(error) + '\n' + error_msg)
File "C:\Users\adam.pelikan\Downloads\AudiAPI-master\AudiAPI-master\audiapi\API.py", line 62, in post
return self.__handle_error(r.json())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\adam.pelikan\Downloads\AudiAPI-master\AudiAPI-master\audiapi\Services.py", line 221, in __login_request
reply = self._api.post(self.url('/token'), data, use_json=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\adam.pelikan\Downloads\AudiAPI-master\AudiAPI-master\audiapi\Services.py", line 191, in login
token = self.__login_request(user, password)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\adam.pelikan\Downloads\AudiAPI-master\AudiAPI-master\Run.py", line 14, in main
logon_service.login(data['user'], data['pass'])
File "C:\Users\adam.pelikan\Downloads\AudiAPI-master\AudiAPI-master\Run.py", line 23, in <module>
main()
Exception: API error: invalid_request
Backend Failure
The text was updated successfully, but these errors were encountered:
Hello,
is this project still alive?
I am getting exception....problem occurs when trying to get the authorization token. Please, help...
The text was updated successfully, but these errors were encountered: