-
Notifications
You must be signed in to change notification settings - Fork 654
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
Crash on connect #223
Comments
Yup, can confirm that. Same with Android and Ubuntu clients. |
I can confirm too. Crashed on me while listening to music around 11.30 EST. Spotify probably updated something. |
Same here dtcooper/raspotify#113 |
Can you try to add a new entry in You'll have to rebuild the sources using the |
I am trying but having trouble with the build environment:
|
Ok I got past that with Adding the |
Great! Could you make a PR with the updated The good news is rust-protobuf has recently been fixed to ignore unknown values: stepancheg/rust-protobuf#276 This was released in version 1.5.0, so if we update to that version we shouldn't run into this issue. |
I’m happy to however I stepped away for my dev machine for the day so it’ll
be later tonight.
I am not sure what to name the field either...
…On Thu, May 17, 2018 at 10:11 AM Paul Liétar ***@***.***> wrote:
Great! Could you make a PR with the updated .proto and sources please.
The good news is rust-protobuf has recently been fixed to ignore unknown
values: stepancheg/rust-protobuf#276
<stepancheg/rust-protobuf#276>
This was released in version 1.5.0, so if we update to that version we
shouldn't run into this issue.
I'll send a PR soon for this, and also use protobuf-codegen-pure
<https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pure>
so we don't have to manually regenerate sources.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#223 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAI_0qbEM7Xx6QX--hPw7QF3Ko4nRJETks5tza8rgaJpZM4UDTs_>
.
|
Ok it's working now. Needed to add this line: under this line: I made a pull request for this. @nzoschke if you don't mind? |
@dawidd6 don't mind at all. Thanks! |
Compiled on my mac, same error like before :/ |
@berrywhite96 did you compile from my fork? I just made fresh build from my master and it's working as expected. |
I have the same problem on Raspberry. When we can expect a fix on master? |
I've complied from @nzoschke commit on linux x86 and it works fine :) |
@dawidd6 oh I thought its already in the master branch :D. Your fork work as expected on mac! Will now compile on raspberry, thank you. |
Tracking this for Raspotify as well! |
Btw what other devices with what version of the Spotify app do you have on when this issue happens? |
Android (phone) - 8.4.36.305 |
@plietar it could be the Time Capsule playlist, for example. I get a funky new UI for Spotify generated playlists now. Though that could also be the v2 playlist |
Confirming that @dawidd6's fork works on Raspberry Pi and closes Raspotify:#114. |
@plietar Mac OS: 1.0.80.474.gef6b503e |
On the latest project version on OS X, I see the device in Spotify Connect but librespot crashes when I connect to it:
The text was updated successfully, but these errors were encountered: