-
Notifications
You must be signed in to change notification settings - Fork 452
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
No route to host
error with spotifyd 0.3.3 build
#1026
Comments
error log
|
Any update on this thread? |
Hi! Both the logs for As for the homebrew update PR, you linked to: I think, the issue here is rather that Hope, this helps somehow! |
I can manually ping
The error messages was when I tested in my local though. |
I'm not sure, what you mean by "local"? Do you know, wether |
This issue is unrelated to bad credentials. I am experiencing the same error message, but everything still works as intended, so I wonder what is actually failing?
|
Ah, right! Thanks @HeySora, you got me on the right track. The issue @chenrui333 mentioned here is primarily that So the Actually, they probably originate in
Edit: I might as well be enough to turn on verbose logging in However, I'm not sure, wether this is suitable to investigate in this issue. Again, thank you both for your help! Footnotes
|
Thank you for the details @eladyn 😊 I ran Every single time it happened, these exact lines appeared (I just censored part of my IPv6 prefix for privacy)
And well, indeed, trying to contact that IPv6 multicast address seems to be causing issues.
So if I had to guess, I would not mind sending the entire logfile if it can help! I would simply need confirmation of which sensitive parts should be censored prior to uploading (like potential authentification tokens?) |
Hmm, that is interesting. I'm currently guessing that this is something specific to macOS, since Would you be able to try the example provided by Thanks for your help with investigating! |
Description
After building spotifyd 0.3.3, I got some
No route to host
error, while 0.3.2 artifact gives me the right results.relates to Homebrew/homebrew-core#90676
To Reproduce
rust
,dbus
,portaudio
cargo install --no-default-features --features dbus_keyring,portaudio_backend
spotifyd --username homebrew_fake_user_for_testing --password homebrew --no-daemon --backend portaudio
Expected behavior
Should be the same error output as 0.3.2
Logs
Click to show logs
Compilation flags
Versions (please complete the following information):
macOS 12-arm
0.3.3
1.56.0
The text was updated successfully, but these errors were encountered: