Skip to content

Commit

Permalink
results: ctr_support: add 002-1021
Browse files Browse the repository at this point in the history
Taken straight out of Nintendo's error message:
```
    There is no Nintendo Network ID
    linked with this system.

    You can create a Nintendo Network ID
    or link one to the system by going to
    Nintendo Network ID Settings from
    the System Settings.
```
  • Loading branch information
lifehackerhansol committed Jul 17, 2024
1 parent 4178932 commit e3de606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/results/ctr_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
119: ResultInfo('System update is required. This is typically shown when the friends module is outdated.'),
120: ResultInfo('Game or title update is required. This is typically shown when the title you\'re trying to launch is outdated.'),
121: ResultInfo('Local friend code SEED has invalid signature. This should only happen if it has been modified.', is_ban=True),
123: ResultInfo('This console is permanently banned by Nintendo.', is_ban=True)
123: ResultInfo('This console is permanently banned by Nintendo.', is_ban=True),
1021: ResultInfo('There is no Nintendo Network ID linked with this system.')
})

# 003: connection related errors
Expand Down

0 comments on commit e3de606

Please sign in to comment.