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
Hello, I'm repeatedly getting this error, the only way to avoid it is to force syncronisation of the clock of my computer.
[2024-12-18 11:46:33 +0000] [10] [ERROR] Error handling request /launch/ web-1 | Traceback (most recent call last): web-1 | File "/usr/local/lib/python3.9/site-packages/pylti1p3/message_launch.py", line 715, in validate_jwt_signature web-1 | jwt.decode( web-1 | File "/usr/local/lib/python3.9/site-packages/jwt/api_jwt.py", line 222, in decode web-1 | decoded = self.decode_complete( web-1 | File "/usr/local/lib/python3.9/site-packages/jwt/api_jwt.py", line 167, in decode_complete web-1 | self._validate_claims( web-1 | File "/usr/local/lib/python3.9/site-packages/jwt/api_jwt.py", line 256, in _validate_claims web-1 | self._validate_iat(payload, now, leeway) web-1 | File "/usr/local/lib/python3.9/site-packages/jwt/api_jwt.py", line 333, in _validate_iat web-1 | raise ImmatureSignatureError("The token is not yet valid (iat)") web-1 | jwt.exceptions.ImmatureSignatureError: The token is not yet valid (iat)
Any suggestion on how to fix it would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm repeatedly getting this error, the only way to avoid it is to force syncronisation of the clock of my computer.
Any suggestion on how to fix it would be greatly appreciated.
The text was updated successfully, but these errors were encountered: