-
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. |
this is a giant problem to me and the reason why i DONT USE CastSponsorSkip ... i think there are nearly 1000 of these logs messages per second, that fill my harddisk in a day, blocking my system... additionally i found no way to suppress these messages to being written in systemd journal i dont have ipv6 installed in my home server and i wont install either... why?, i dont really need it... just to bring overhead to my small home network .... although surely my router has ipv6 installed in its WAN interface, but that is another story check #119 |
@atesin I'm not sure why this is happening for some people. Did you try restricting the network interface that is bound to? I also don't use IPv6, and I don't receive these logs, so maybe you have an interface defined with an IPv6 address which isn't being used or something? |
I just updated go-chromecast to the latest commit and it looks like this has been fixed! I'll release v0.8.1 shortly. If any of you get a chance to test, please let me know if this error is resolved for you. |
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: