We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After enter password, it should confirm password and ask for protect token
After enter password, it crash and show error:
Onelogin Error: '500' ''dict_keys' object is not subscriptable'
Prepare environment setup for a new computer
5 days ago, a new version onelogin python SDK released https://github.com/onelogin/onelogin-python-sdk
use pip install onelogin==1.9.1 fix this problem
pip install onelogin==1.9.1
I suggest to fix the dependency version to older onelogin sdk
The text was updated successfully, but these errors were encountered:
seems related to onelogin/onelogin-python-sdk#53
Sorry, something went wrong.
FYI, the onelogin-python-sdk fixed this in 2.0.1 onelogin/onelogin-python-sdk#54 but I still suggest to lock the dependency versions
No branches or pull requests
Expected Behavior
After enter password, it should confirm password and ask for protect token
Current Behavior
After enter password, it crash and show error:
Possible Solution
Steps to Reproduce
Context (Environment)
Prepare environment setup for a new computer
Possible Implementation
5 days ago, a new version onelogin python SDK released
https://github.com/onelogin/onelogin-python-sdk
use
pip install onelogin==1.9.1
fix this problemI suggest to fix the dependency version to older onelogin sdk
The text was updated successfully, but these errors were encountered: