-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fails when trying to attach to a nonexistent IPv6 interface #54
Comments
@utrack Sorry for the late response, I was busy with the holidays and missed this issue! Were you ever able to work around this? If not, this is an interesting one. Admittedly, I don't use IPv6 either and I haven't seen this issue. Let me test with an Arch device to see if I have the same error. I'd maybe suggest installing go-chromecast, which is the the library this repo uses to communicate with devices. Once installed, maybe just something like |
Yep, I guess it's an issue on their side :) thanks! I'll report that to upstream.
|
+1 for this, happening on my system as well, I also haven't got ipv6 enabled. Edit: If I specify IP via --devices, it connects. |
@FlyveHest Does it help if you bind a specific interface with the |
@utrack I saw that go-chromecast is working again for you...is CastSponsorSkip also working? |
Thats what I tried first, did not make a difference, but when I bound it to an interface (I have 4) and specified my devices IP (ChromeCast is on a static lease for firewalling purposes), it skipped discovery and just connected. Its not optimal for most people, I guess, but it works until the problem is fixed upstream, at least :) |
@gabe565 Yes, it does - I didn't do any rebuilds, so it seems like this issue happens with some specific OS setup. |
Heya! That's a neat service, thank you :)
I've hit a problem running it on my laptop (both 'natively' and via Docker). It spams that line to the logs:
I'm running Arch Linux rolling, and I don't have any v6 interfaces. Here's the
ip a
:Cheers! Let me know if you need me as a guinea pig to test things :)
The text was updated successfully, but these errors were encountered: