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
Its a bit insane to me that we've got developers working on OAuth and they name packages "model"... Oauth* always seems to be a mess to work with.
ANYWAYS, if anyone is having similar problems.
NOTE I am running this in python3.
$ python GetUserAccessToken.py
Throws this error:
python GetUserAccessToken.py
Traceback (most recent call last):
File "GetUserAccessToken.py", line 22, in <module>
from oauthclient.oauth2api import oauth2api
File "../oauthclient/oauth2api.py", line 23, in <module>
import model.util
ModuleNotFoundError: No module named 'model'
Uh oh!
There was an error while loading. Please reload this page.
Its a bit insane to me that we've got developers working on OAuth and they name packages "model"... Oauth* always seems to be a mess to work with.
ANYWAYS, if anyone is having similar problems.
NOTE I am running this in python3.
$ python GetUserAccessToken.py
Throws this error:
A few quick fixes I've tried:
Doesn't seem to fix the problem.
The text was updated successfully, but these errors were encountered: