Skip to content
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

Redirect URL in --register no longer works (workaround) #25

Open
oskapt opened this issue Nov 29, 2024 · 1 comment
Open

Redirect URL in --register no longer works (workaround) #25

oskapt opened this issue Nov 29, 2024 · 1 comment

Comments

@oskapt
Copy link

oskapt commented Nov 29, 2024

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.

from pyremoteplay import RPDevice
from pyremoteplay import oauth

# This is the url that users will need to sign in
# Must be done in a web browser
url = oauth.get_login_url()

print(url)

Use the printed URL for login and continue with the response in --register.

@audo2205
Copy link

audo2205 commented Jan 8, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants