My fork fails to build after merging #1524 #1533
Replies: 5 comments 13 replies
-
So in particular I don't know what it could be, but we had something similar here #1503. Besides that, did you already clean your artifacts once so that there are no leftovers which might be broken? |
Beta Was this translation helpful? Give feedback.
-
from my limited knowledge i can only guess:
A string is not of a type that can be converted into a Uri? |
Beta Was this translation helpful? Give feedback.
-
maybe something like this, i bet you can do better: let uri = match Uri::from_str(base_url) { let req = Request::builder() |
Beta Was this translation helpful? Give feedback.
-
@michaelherger could you push the version of the code you're trying to compile somewhere so I could take a look? I cloned your repo, merged with librespot@dev (which has the PR merged), fixed merge conflicts and it compiles fine for me.
|
Beta Was this translation helpful? Give feedback.
-
Is building as expected again after merging more of yesterday's changes. Thanks @roderickvd & @lemon-sh! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks @lemon-sh, @roderickvd et al. for working so hard to get librespot working again! It's highly appreciated.
I have a fork of librespot (https://github.com/michaelherger/librespot/tree/spotty-0.6-dev) which currently fails to even compile with PR #1524 merged:
What is puzzling me is that none of the changes in that PR touch any file I modified on my end. My changes are relatively simple, disabling (using defaults) some options from the command line, adding an option to play a single track. There used to be a lot more which I've started to remove.
As I didn't touch the above file I'm wonder what could cause the compilation error. Pure, naked librespot would compile ok. Would you have any hint?
Beta Was this translation helpful? Give feedback.
All reactions