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

Can't find PS5 on network #63

Open
Aioros opened this issue Jan 26, 2024 · 3 comments
Open

Can't find PS5 on network #63

Aioros opened this issue Jan 26, 2024 · 3 comments

Comments

@Aioros
Copy link

Aioros commented Jan 26, 2024

Fairly simple description of the issue, when I try playactor browse, nothing is found.
The output of playactor browse --debug shows the discovery pings (listening on 0.0.0.0) but no replies. I do have multiple network interfaces, but using --bind-address with the correct adapter has the same results.
Judging from the output of other tools I tried, I think my consoles are just not replying to UPnP/SSDP discovery pings (while other devices in network do, like smart TVs or light bulbs).
Any idea why that would be the case?

EDIT: quick update, I'm trying to troubleshoot with Wireshark. At the moment, it seems like the pings are going out to the wrong network interface, so not sure if the --bind-address parameter is working correctly. I'll update if I find anything useful.

@Aioros
Copy link
Author

Aioros commented Jan 26, 2024

Ok, I believe I found a reasonable reason for this issue: in browse.ts, we have a discovery.discover() that I think should actually be discovery.discover(options.networkConfig). This allows the --bind-address and --bind-port options to flow. Let me know what you think.

@dhleong
Copy link
Owner

dhleong commented Jan 26, 2024

PR is welcome if that fixes it! I don't have a great way to test, but that does sound reasonable.

@Aioros
Copy link
Author

Aioros commented Jan 29, 2024

I just created pull request #64, hope it's useful. The change did solve the issue for me, by the way, so feel free to close this issue whenever you prefer.

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