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 know this project has been abandoned, but if anyone else comes along with this issue, here's a solution:
The URL provided by pyremoteplay --register returns a 404, but the following program will spit out the correct URL for your connection.
frompyremoteplayimportRPDevicefrompyremoteplayimportoauth# This is the url that users will need to sign in# Must be done in a web browserurl=oauth.get_login_url()
print(url)
Use the printed URL for login and continue with the response in --register.
The text was updated successfully, but these errors were encountered:
I don't really know how git works, so hopefully you get a notification that I posted this. I'll try to make a long story short. I'm trying to send instructions to my ps5 through python but can't get it to work. It's not responding to anything and I just struck out with vgamepad. I'm told that remote play is looking for genuine PS controllers for input, which doesn't make sense to me since I can still use a keyboard from the home screen.
Can you confirm pyremoteplay works currently? Installing something like this is a bit beyond my skills so if it does work and you are willing to give me a few hints as to what you did to get it working, I'd be extra grateful.
I know this project has been abandoned, but if anyone else comes along with this issue, here's a solution:
The URL provided by
pyremoteplay --register
returns a 404, but the following program will spit out the correct URL for your connection.Use the printed URL for login and continue with the response in
--register
.The text was updated successfully, but these errors were encountered: