-
Notifications
You must be signed in to change notification settings - Fork 12
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
playactor standby doesn't work correctly #37
Comments
Error: Registration error: 403: Forbidden: Remote is already in use |
I have the same problem, just trying to figure out what's going on. Difference being is that sometimes it doesn't work even if I try 2 or 3 times. |
So i just finally got around to setting this up and had issues with this error... I have 2 PS5s and ultimately after a few failed attempts from Debian 11 for both, I tried OS X and it worked, I then copied the credentials.json to my other machine and tried again.... When faced with the 403 Error restarting the PS5 seemed to immediately resolve the error (at least for me on my 2 ps5s anyway) |
@dhleong const result = yield got_1.default(url, Object.assign(Object.assign({}, headers), {headers, decompress: false, responseType: "buffer", throwHttpErrors: false})); in the protocol.js is also the following code above:
so i personally think there is a problem with the yield got_1.default in some cases. |
I get same:
Wake working fine |
Hello, i have looked into the issue again, it seems the message: Error: Registration error: 403: Forbidden: Remote is already in use will only occur if i boot up my ps5 and don't open any game and try to standby the ps5 via: playactor standby. If i open a PS5 Game eg. mw2, i can after the hdmi handshake is done and the game is loading i can via: playactor standby It seems that the remote play session for wake up will be closed, Please have a look into @dhleong |
I just set this up and am having the same issue. One thing I've learned is you can't send quick wake/standby commands. You have to give it about a minute between commands or it will hang up. |
Hello,
got Following Problem:
If i start "playactor wake" the PS5 will start without problems, BUT:
I have three Accounts on my PS5, so it will prompt me, on which user i want to login.
Now if i log into my user, i can't do "playactor standby". It will hang endless.
The debug seems to me that it will not connect to remoteplay,
personally i think it is, because another remote play was initiated ("playactor wake") from before, but finished not as espected,
because of the user login.
So i must do 2-3 Times "playactor standby" that it will be recognised.
It seems that the problem is with multiple accounts on PS5 and an "Unfinished Open Connection" via Remote Play.
If i started the PS5 via Controller, there is no problem to Shutdown,
Because i have set Autologin to my account on PS5.
Please have a look to fix this.
The text was updated successfully, but these errors were encountered: