logging into dashboard gives me this:

Traceback (most recent call last): File 
"/home/mauricewaka/.local/lib/python3.6/site-packages/py4web/core.py", line 
310, in load token_data, self.secret, algorithms=[self.algorithm]) 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 207, in 
_verify_signature raise DecodeError('Signature verification failed') 
jwt.exceptions.DecodeError: Signature verification failed During handling of 
the above exception, another exception occurred: Traceback (most recent call 
last): File 
"/home/mauricewaka/.local/lib/python3.6/site-packages/py4web/core.py", line 
469, in wrapper ret = func(*func_args, **func_kwargs) File 
"/home/mauricewaka/.local/lib/python3.6/site-packages/py4web/core.py", line 
434, in wrapper [obj.on_request() for obj in fixtures] File 
"/home/mauricewaka/.local/lib/python3.6/site-packages/py4web/core.py", line 
434, in <listcomp> [obj.on_request() for obj in fixtures] File 
"/home/mauricewaka/.local/lib/python3.6/site-packages/py4web/core.py", line 
348, in on_request self.load() File 
"/home/mauricewaka/.local/lib/python3.6/site-packages/py4web/core.py", line 
315, in load except (jwt.exceptions.InvalidSignatureError, AssertionError, 
ValueError): AttributeError: module 'jwt.exceptions' has no attribute 
'InvalidSignatureError'

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/f2d13199-4f0c-45e4-a5c7-2fb9ea50ee50%40googlegroups.com.

Reply via email to