You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a common bug in the current version (tag v1.0) of the app.
It is not limited to any specific operating system, nor is it limited to the GUI.
However, it is only partially a bug. The current minimum update time of the app is 55 seconds (save for some manual conditions). This issue, instead, a feature request for shorter times.
Some caveats to this:
Heavier 3rd-party API usage
Possibly more suspicious API calls to Nintendo
The goal of this issue is to accomplish adding shorter refresh times without any/most of the disadvantages.
The text was updated successfully, but these errors were encountered:
(Sorry again, @frozenpandaman!)
This commit should make each ping to the `s2s` and `flapg` APIs an hour apart. It also speeds up update time as it shouldn't be as risky with an API call other than `/v3/Account/Login`
This should be mostly fixed now. Both of the caveats seem to be avoided by using /v3/User/ShowSelf method instead of constantly logging in and regenerating an f token like I used to.
Thanks to @samuelthomas2774 for the suggestion. Check out his Github repositories, as well!
Edit: Forgot to mention that this is fixed as of tag v1.1
This is a common bug in the current version (tag v1.0) of the app.
It is not limited to any specific operating system, nor is it limited to the GUI.
However, it is only partially a bug. The current minimum update time of the app is 55 seconds (save for some manual conditions). This issue, instead, a feature request for shorter times.
Some caveats to this:
The goal of this issue is to accomplish adding shorter refresh times without any/most of the disadvantages.
The text was updated successfully, but these errors were encountered: