-
Notifications
You must be signed in to change notification settings - Fork 55
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
Token error when editing #87
Comments
I encountered it again today, errors comes from
|
I believe I am encountering this same error. I'm using nodemw in a NodeRED flow. I have a global Then I have another flow which updates the wiki (sometimes thousands of times per day). A small percentage of these updates fail with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I often encounter token errors (Error: Invalid token) and after doing some changes to my code, I realised that the error was made because of the concurrency of the requests.
I guess that a token has to be used directly to successfully edit a page. If a second token is asked in the meantime, the edit will fail with the aforementioned error.
Best regards,
Val'
The text was updated successfully, but these errors were encountered: