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
Odd, type checking is generally optional in Python. I might be able to clean up some of the types that are defined within the library, but once it gets to botocore it's out of my hands.
If I keep spamming the login attempt process, it will eventually succeed after nine or so tries. This will work for what I'm making, but I didn't know if me constantly spamming the login process would create any issues with the provider.
Getting this error about 90% of the time when trying to poll using the example script.
botocore.exceptions.ParamValidationError: Parameter validation failed:
Invalid type for parameter AccessToken, value: None, type: <class 'NoneType'>, valid types: <class 'str'>
The text was updated successfully, but these errors were encountered: