llstr
llstr
same issue here trying to download one track : ``` /tmp $ RUST_BACKTRACE=full spotify-dl "https://open.spotify.com/track/3t3GtCFoABBDACLLSleDgV" Failed! The B-52s - Planet Claire [00:01:00] ``` excerpt of log file ~/.spotify-dl/spotify-dl.log : ```...
trying to download a full album : ``` /tmp $ RUST_BACKTRACE=full spotify-dl "https://open.spotify.com/album/7o574v0OnkUUdHYiUKzixD" thread 'main' panicked at src/track.rs:161:14: Failed to get album: Error { kind: Unavailable, error: StatusCode(500) } stack...
download album with the spotify URI : ``` /tmp $ RUST_BACKTRACE=full spotify-dl spotify:album:4VcKXOCUzcrxltYt0Jyqfk Error: Failed to get metadata Stack backtrace: 0: 1: 2: 3: 4: 5: 6: 7: 8: __libc_start_call_main...
Solved here with @brainslush's PR
same here : no more download (last successfull download 5th of november) even after `cargo install --git https://github.com/flxo/spotify-dl.git --branch bump-librespot` at command `spotify-dl https://open.spotify.com/track/6nXjKNMEpzA5GF2dHFLt7O?si=10ad2b74426148a1 ` the log ~/.spotify-d/spotify-dl.log file show...
> Try deleting the spotify_dl cache folders and temp folders on your machine, I had a similar issue, probably some invalid metadata could not find so far a cache folder...
> The current issues are likely caused by metadata endpoint for spotify changing a couple days ago. fixes should be in librespot soon [librespot-org/librespot#1621](https://github.com/librespot-org/librespot/discussions/1621) Seems that in order to use...
Quick'n **very** dirty hack to download uri/url Tracks only `https://github.com/loloster/spotify-dl/tree/bump-librespot-0.8.0`
it seems to work again using librespot dev branch (aka [preparation for version 0.8.0](https://github.com/librespot-org/librespot/commit/d36f9f1907e8cc9d68a93f8ebc6b627b1bf7267d)) Install with: `cargo install --git https://github.com/loloster/spotify-dl.git --branch bump-librespot-0.8.0` If wanted by maintainers, I can create a...