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
Exception has occurred: ValueError
Failed to refresh auth data: {'error_description': 'Invalid grant_type parameters', 'error': 'invalid_grant'}
KeyError: 'refresh_token'
The above exception was the direct cause of the following exception:
File "/Users/_/Documents/Projects/py/boosty/main.py", line 22, in loginAsync
token = await auth.refresh_auth_data(session=api.http_client, api_url=API_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/_/Documents/Projects/py/boosty/main.py", line 31, in main
asyncio.run(loginAsync())
File "/Users/_/Documents/Projects/py/boosty/main.py", line 34, in <module>
main()
ValueError: Failed to refresh auth data: {'error_description': 'Invalid grant_type parameters', 'error': 'invalid_grant'}
login method:
Do you need some additional details to figure out issue?
I tried to send request directly in Postman - received that response:
The text was updated successfully, but these errors were encountered: