Skip to content
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

[Bug] Connecting with 3DS with no PNID linked gives 015-5015 #35

Open
DaniElectra opened this issue Apr 14, 2024 · 1 comment
Open

[Bug] Connecting with 3DS with no PNID linked gives 015-5015 #35

DaniElectra opened this issue Apr 14, 2024 · 1 comment
Labels
approved The topic is approved by a developer bug Something isn't working

Comments

@DaniElectra
Copy link
Member

When trying to open Juxtaposition on the 3DS with no PNID linked, the error 015-5015 is displayed. This is because if the Miiverse applet detects there is no PNID linked, it will try to contact discovery with no X-Nintendo-ServiceToken header set, which ends up with discovery returning the NO_TOKEN error:

return badAuth(response, 15, 'NO_TOKEN');

I feel like this isn't intended behavior, and a landing page telling the user to link a PNID should be given instead, just like rverse does:

imagen

@jonbarrow jonbarrow changed the title Connecting with 3DS with no PNID linked gives 015-5015 [Bug] Connecting with 3DS with no PNID linked gives 015-5015 Sep 20, 2024
@jonbarrow jonbarrow added bug Something isn't working approved The topic is approved by a developer labels Sep 20, 2024
@jonbarrow
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved The topic is approved by a developer bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants