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]: Factory Resetting does not work if on Pretendo #129

Open
1 task done
ErdbeerbaerLP opened this issue Jan 2, 2025 · 2 comments
Open
1 task done

[Bug]: Factory Resetting does not work if on Pretendo #129

ErdbeerbaerLP opened this issue Jan 2, 2025 · 2 comments
Labels
approved The topic is approved by a developer bug Something isn't working

Comments

@ErdbeerbaerLP
Copy link

Checked Existing

  • I have checked the repository for duplicate issues.

What happened?

When you do a factory reset of a console with an Pretendo Network account, the console cannot complete due to getting 102-2534 (REQUEST_NOT_FOUND).

What did you expect to happen?

The factory reset should finish just fine.

Steps to reproduce?

  1. Set up a Wii U (with Pretendo)
  2. Connect a PNID
  3. Factory Reset

Other relevant information. (OPTIONAL)

Potential Fix, tested with the guys over at Splatfestival.

Make the request PUT http://account.pretendo.cc/v1/api/devices/@current/inactivate return a HTTP 200. Doing this is enough for the factory reset to continue

@ErdbeerbaerLP ErdbeerbaerLP added awaiting-approval Topic has not been approved or denied bug Something isn't working labels Jan 2, 2025
@AToska21
Copy link

Checked Existing

  • I have checked the repository for duplicate issues.

What happened?

When you do a factory reset of a console with an Pretendo Network account, the console cannot complete due to getting 102-2534 (REQUEST_NOT_FOUND).

What did you expect to happen?

The factory reset should finish just fine.

Steps to reproduce?

  1. Set up a Wii U (with Pretendo)
  2. Connect a PNID
  3. Factory Reset

Other relevant information. (OPTIONAL)

Potential Fix, tested with the guys over at Splatfestival.

Make the request PUT http://account.pretendo.cc/v1/api/devices/@current/inactivate return a HTTP 200. Doing this is enough for the factory reset to continue

Pretty sure this is meant to unlink the PNID from the device, or something similar. Not sure what it did on NN.

@InternalLoss InternalLoss added approved The topic is approved by a developer and removed awaiting-approval Topic has not been approved or denied labels Jan 13, 2025
@InternalLoss
Copy link

I can confirm from a capture that Nintendo sent HTTP 200 on this endpoint during a factory reset:

HTTP/1.1 200 OK
Server: Nintendo 3DS (http)
X-Nintendo-Date: 1614906410262
Content-Length: 0
Date: Fri, 05 Mar 2021 01:06:49 GMT
Connection: keep-alive

and thus I have marked the issue as approved. I have not, however, reviewed the Pull Request, and would prefer another developer to do so.

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
None yet
Development

Successfully merging a pull request may close this issue.

3 participants