dhleong / playactor

play around with your playstation devices
147 stars 12 forks source link

How can I login into my PS5 ? #30

Closed h3lloCritti closed 3 years ago

h3lloCritti commented 3 years ago

Hello. I hope you can help me I cannot log into my PS5 because there is no forwarding to PSN. No URL will open. I work with Terminal on the Mac to access my Raspberry.

Please create instructions. Thanks

dhleong commented 3 years ago

Are you experiencing something like https://github.com/dhleong/playactor/issues/28 where the playactor program just sort of stops? If so, please try the suggestion in my latest comment there.

Do you see it print an URL that you should open? If so, you need to manually open it, per the instructions.

If none of the above, I'll need you to paste the output of the program here to help me understand what you're running into—but please make sure to redact any printed URLs (just delete the URL and replace it with <REDACTED> or similar) since the code contained could be sensitive information.

h3lloCritti commented 3 years ago

Hello. Thanks for your help. I was able to solve the problem but now I have a new one. See the log:

Registering with device via Remote Play. Go to Settings > System > Remote Play > Link Device Enter PIN here> **** SyntaxError: Cannot convert 0x to a BigInt at BigInt () at registKeyToCredential (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:44:22) at OauthCredentialRequester. (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:66:32) at Generator.next () at fulfilled (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:5:58) at processTicksAndRejections (internal/process/task_queues.js:93:5)

h3lloCritti commented 3 years ago

with DEBUG

playactor:cli:pin non-login error encountered: SyntaxError: Cannot convert 0x to a BigInt at BigInt () at registKeyToCredential (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:44:22) at OauthCredentialRequester. (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:66:32) at Generator.next () at fulfilled (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:5:58) at processTicksAndRejections (internal/process/task_queues.js:93:5) +0ms SyntaxError: Cannot convert 0x to a BigInt at BigInt () at registKeyToCredential (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:44:22) at OauthCredentialRequester. (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:66:32) at Generator.next () at fulfilled (/usr/local/lib/node_modules/playactor/dist/credentials/oauth/requester.js:5:58) at processTicksAndRejections (internal/process/task_queues.js:93:5)

dhleong commented 3 years ago

Hello, sorry for the delay but this sounds like the same issue as #28 . Please follow along there :)