-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Automatically retry on 9403 Invalid token
#26
Comments
This is because of the changes to the As this token is generated in a native library in the official app no one really knows how it works, and there must still be something else that changed that's causing imink/flapg/nxapi/nsotokengen to sometimes not generate valid tokens. I have thought about retrying automatically once for this as that usually works, but a few people have reported requiring a lot more attempts before authenticating works. Unless I or someone else figures out a better fix I'll probably still do this for the app, but that doesn't really fix the issue here.
This should only happen every 2 hours (for each account with active monitors) as that's how long the token is valid for. Is this happening more frequently for you? |
9403 Invalid token
I actually just added For the |
Closing as issues with Handling of errors updating presence data will be moved to #41. |
I don't know if it's because of the server or the network/ISP I'm using, but the nxapi-app often fails to get the token and creates a dialog each time.
This can happen several times an hour, and pressing retry does nothing wrong, but it's annoying.
Retrying automatically for retryable errors and popping up the error only if it still can't be recovered would improve the experience.
Thanks.
The text was updated successfully, but these errors were encountered: