Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue google photos plugin #309

Open
BilliBoleMeow opened this issue Jul 13, 2022 · 1 comment
Open

Issue google photos plugin #309

BilliBoleMeow opened this issue Jul 13, 2022 · 1 comment

Comments

@BilliBoleMeow
Copy link

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.

@rking32
Copy link
Member

rking32 commented Aug 7, 2022

Thanks for your traceback. Yes, we are having issues with the current google photos plugin :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants