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

bbb-auth-jwt: module "jwt" has no attribute "InvalidSignatureError" #30

Open
BrentBaccala opened this issue Feb 9, 2022 · 0 comments
Open

Comments

@BrentBaccala
Copy link
Owner

Login Failed
Something went wrong!
module 'jwt' has no attribute 'InvalidSignatureError'

Traceback (most recent call last):
File "/usr/share/bbb-auth-jwt/bbb-auth-jwt", line 93, in login
options = jwt_options, algorithms = ['RS512'])
File "/usr/lib/python3/dist-packages/jwt/api_jwt.py", line 78, in decode
jwt, key=key, algorithms=algorithms, options=options, **kwargs
File "/usr/lib/python3/dist-packages/jwt/api_jws.py", line 140, in decode
key, algorithms)
File "/usr/lib/python3/dist-packages/jwt/api_jws.py", line 200, in _verify_signature
raise InvalidAlgorithmError('The specified alg value is not allowed')
jwt.exceptions.InvalidAlgorithmError: The specified alg value is not allowed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/share/bbb-auth-jwt/bbb-auth-jwt", line 94, in login
except (jwt.InvalidSignatureError, TypeError):
AttributeError: module 'jwt' has no attribute 'InvalidSignatureError'

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

1 participant