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
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?
Set up a Wii U (with Pretendo)
Connect a PNID
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
The text was updated successfully, but these errors were encountered:
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?
Set up a Wii U (with Pretendo)
Connect a PNID
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.
Checked Existing
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?
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 continueThe text was updated successfully, but these errors were encountered: