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
After setting up the creds and providing the variable in heroku. Google photos upload doesn't work. Here is the log
logger : #TRACEBACK
PLUGIN : userge.plugins.misc.google_photos.main
FUNCTION : upload_google_photos
ERROR : invalid_client: The OAuth client was not found.
Traceback (most recent call last):
File "/app/userge/core/methods/decorators/raw_decorator.py", line 341, in template
await func(types.bound.Message.parse(
File "/app/userge/plugins/misc/google_photos/main.py", line 124, in upload_google_photos
creds = await check_creds(message)
File "/app/userge/plugins/misc/google_photos/main.py", line 112, in check_creds
creds.refresh(Http())
File "/usr/local/lib/python3.9/site-packages/oauth2client/client.py", line 545, in refresh
self._refresh(http)
File "/usr/local/lib/python3.9/site-packages/oauth2client/client.py", line 761, in _refresh
self._do_refresh_request(http)
File "/usr/local/lib/python3.9/site-packages/oauth2client/client.py", line 819, in _do_refresh_request
raise HttpAccessTokenRefreshError(error_msg, status=resp.status)
oauth2client.client.HttpAccessTokenRefreshError: invalid_client: The OAuth client was not found.
The text was updated successfully, but these errors were encountered:
After setting up the creds and providing the variable in heroku. Google photos upload doesn't work. Here is the log
logger : #TRACEBACK
PLUGIN : userge.plugins.misc.google_photos.main
FUNCTION : upload_google_photos
ERROR : invalid_client: The OAuth client was not found.
Traceback (most recent call last):
File "/app/userge/core/methods/decorators/raw_decorator.py", line 341, in template
await func(types.bound.Message.parse(
File "/app/userge/plugins/misc/google_photos/main.py", line 124, in upload_google_photos
creds = await check_creds(message)
File "/app/userge/plugins/misc/google_photos/main.py", line 112, in check_creds
creds.refresh(Http())
File "/usr/local/lib/python3.9/site-packages/oauth2client/client.py", line 545, in refresh
self._refresh(http)
File "/usr/local/lib/python3.9/site-packages/oauth2client/client.py", line 761, in _refresh
self._do_refresh_request(http)
File "/usr/local/lib/python3.9/site-packages/oauth2client/client.py", line 819, in _do_refresh_request
raise HttpAccessTokenRefreshError(error_msg, status=resp.status)
oauth2client.client.HttpAccessTokenRefreshError: invalid_client: The OAuth client was not found.
The text was updated successfully, but these errors were encountered: