UsergeTeam / Userge-Plugins

Plugins for Userge
https://userge.tech
GNU General Public License v3.0
135 stars 328 forks source link

Issue google photos plugin #309

Open BilliBoleMeow opened 2 years ago

BilliBoleMeow commented 2 years ago

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 commented 2 years ago

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