Jonathan Barrow
Jonathan Barrow
That error is thrown when trying to register on the website using a username with invalid characters. The following regex is used to check the username: `/^[\w\-\.]*$/gm` This does sometimes...
The only thing I was able to figure out is it seems to happen most often when using the tab key to navigate the menu
I'll take a deeper look later, but it should be noted that changing your region is NOT officially supported on NN Because of this, changing it on our servers MIGHT...
The country is the only thing I'm talking about. The country is not changeable under normal circumstances. But we need to support changing it, since all accounts made on the...
Sounds good. That definitely does need to be added. We've already confirmed that this mismatched region data prevents vWii users from going online, so being able to fix that is...
The error is pretty clear > config.json: Unexpected token c in JSON at position 971
If I remember correctly, Miiverse had a "guest mode" which would let you view posts but not create any? This is likely what should happen instead imo
> A new page showing the supported games This would be the progress page, it's what it's designed for. To show the list of supported games and what features are/are...
> The progress page shows the state of our code, but not the live servers The state of our code *is* what is live in our servers. As things get...