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

AirServer on Xbox Series S failed to connect #411

Open
Savanta opened this issue Aug 24, 2022 · 3 comments
Open

AirServer on Xbox Series S failed to connect #411

Savanta opened this issue Aug 24, 2022 · 3 comments

Comments

@Savanta
Copy link

Savanta commented Aug 24, 2022

Error:

❯ catt scan
Scanning Chromecasts...
Failed to determine cast type for host <unknown> (<urlopen error timed out>) (services:{ServiceInfo(type='mdns', data='XBOX._googlecast._tcp.local.')})
[XBOX(192.168.0.174):8009] Failed to connect to service ServiceInfo(type='mdns', data='XBOX._googlecast._tcp.local.'), retrying in 5.0s
@theychx
Copy link
Collaborator

theychx commented Aug 25, 2022

Please run this command:

curl -k "http://<chromecast_ip>:8008/setup/eureka_info?params=device_info,name" | python3 -m json.tool

If this returns the device info, you should raise this issue with the pychromecast folks.
If the command errs, then it's probably a problem with your device and/or setup.

@Savanta
Copy link
Author

Savanta commented Aug 25, 2022

Hmmm it does return this

@seyfahni
Copy link

seyfahni commented Mar 7, 2024

For anyone trying to figure out similar errors, some devices time out on port 8008 and you need to also try this command to confirm that your setup is correct:

curl -k "https://<chromecast_ip>:8443/setup/eureka_info?params=device_info,name" | python3 -m json.tool

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

3 participants