-
Notifications
You must be signed in to change notification settings - Fork 28
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
pylti1p3.exception.LtiException: Invalid Nonce #22
Comments
I was getting a lot of nonce validation errors until I changed gunicorn from 4 workers to 1 worker. Possibly related to data storage and it being tied to the particular worker, possibly? |
Have you found any other solution to this? I am running into this issue now with 4 workers on gunicorn. @jsogg |
Instead of workers I used the -threads unicorn option. It allowed the
script to serve multiple users without blocking.
…On Thu, Jul 11, 2024, 11:24 AM David Purdy ***@***.***> wrote:
Have you found any other solution to this? I am running into this issue
now with 4 workers on gunicorn. @jsogg <https://github.com/jsogg>
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDPBUHWFVHOJ67DKBWJ3HDZL2PTDAVCNFSM6AAAAABKXG7CTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRTGIZTOOBWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm also facing this issue when integrating my tool with Canvas. Can someone help me understand why this issue is coming. The tool launches sporadically and whenever it fails, it is because of this nonce invalidation. The Nonce token against which it verifies the current call's Nonce token is usually the one from the previous call. How can i fix this? |
I'm also getting this error very often any news on how to fix it ? |
Hello,
We are seeing the error
pylti1p3.exception.LtiException: Invalid Nonce
happen a lot. The user can typical go back, refresh the page, and it works. Though if they refresh again, it takes another refresh to have the page load.We are using Canvas if that helps?
Thanks for your help!
The text was updated successfully, but these errors were encountered: