frozenpandaman / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!
https://github.com/frozenpandaman/s3s/wiki
GNU General Public License v3.0
394 stars 72 forks source link

An error while generating the token #186

Closed Bacongitgit closed 2 months ago

Bacongitgit commented 2 months ago

Error from Nintendo (in Account/Login step): { "status": 9427, "errorMessage": "Upgrade required.", "correlationId": "22912fa6-0011c2ff" }

timeimp commented 2 months ago

Getting the same thing here too.

Should we re-do our login from the NSO website for new tokens or is there a script update that will fix this?

Using USE_OLD_NSOAPP_VER returns Something went wrong error

samuelthomas2774 commented 2 months ago

Should we re-do our login from the NSO website for new tokens or is there a script update that will fix this?

There's nothing you can do currently. This is happening because the f generation API doesn't support 2.10.1 yet. I am working on updating my API (https://github.com/samuelthomas2774/nxapi/issues/110), once it's working you can switch to that or just wait for the imink API to be updated as well.

timeimp commented 2 months ago

Thought so.

I just checked the f generator API status and it's showing issues 😞

Thanks @samuelthomas2774 !

frozenpandaman commented 2 months ago

Looks like @samuelthomas2774 has just updated nxapi-znca-api, so switching to that one now works, following instructions here: https://github.com/frozenpandaman/s3s/issues/181#issuecomment-2136317459

I alerted Jone as well so I assume the imink API will be updated shortly as well.

sophisticated-stoner commented 2 months ago

Should we switch back immediately once imink is updated again?

https://status.imink.app/

frozenpandaman commented 2 months ago

@sophisticated-stoner Up to you. They're just alternatives to each other, providing essentially the same exact service. s3s is set up to use imink as a default as it's been around longer.

(Speaking of which, I'm glad I don't have to host the API myself anymore... and/or rely on the old-old flapg one... 😅)

frozenpandaman commented 2 months ago

The imink API is now updated & back to working.