Multiple PSN Accounts? #476
Unanswered
kmurphy505
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does this support multiple PSN accounts? I am having issues that I don't know if they have to do with the add-on, or with the way I am getting the npsso. I am trying to set it up as follows:
in the config under PSN_accounts:
npsso: code for user 1
npsso: code for user 2
when I do this, I get the following in the logs when I start the add-on. in this case, I got the code for user1 first, closed the browser, opened a new browser, and got the code for user2. At first I only had user1 in the config, and did not get the error. If I then go back in and get a new code for user1 and put it in the config, the error changes and says there is a problem with user2's code.
Starting PS5-MQTT...
2024-12-27T14:30:36.094Z @ha:ps5:error Error:
There was a problem retrieving your PSN access code. Is your NPSSO code valid?
To get a new NPSSO code, visit https://ca.account.sony.com/api/v1/ssocookie.
at _callee$ (/app/node_modules/psn-api/dist/psn-api.cjs.development.js:455:19)
at tryCatch (/app/node_modules/psn-api/dist/psn-api.cjs.development.js:80:17)
at Generator._invoke (/app/node_modules/psn-api/dist/psn-api.cjs.development.js:63:24)
at Generator.next (/app/node_modules/psn-api/dist/psn-api.cjs.development.js:105:21)
at asyncGeneratorStep (/app/node_modules/psn-api/dist/psn-api.cjs.development.js:304:24)
at _next (/app/node_modules/psn-api/dist/psn-api.cjs.development.js:323:9)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2024-12-27T14:30:36.095Z @ha:ps5:error Account 'user1' retrieval failed. Activity for this account will not be tracked.
Beta Was this translation helpful? Give feedback.
All reactions