plietar / librespot

Open Source Spotify client library
MIT License
1.14k stars 184 forks source link

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error #238

Open krooarbo opened 7 years ago

krooarbo commented 7 years ago

Hi,

First of all sorry for my english. Yesterday libresport is working, but today not working. There isnt any changes on the system.

RUST_BACKTRACE=1 librespot --backend alsa -n raspotify --username $MYUSER --password $MYPASS INFO:librespot: librespot ddfc28f (2017-08-04). Built on 2017-08-07. Build ID: N5RcEuis thread 'main' panicked at 'called Result::unwrap() on an Err value: Error { repr: Os { code: 19, message: "No such device" } }', /checkout/src/libcore/result.rs:860 stack backtrace: 0: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: __libc_start_main

Please help! Thanks in advance!

Br,

krooarbo commented 7 years ago

0-12 is \<unknown>

chimpy commented 7 years ago

I have the same error.

sashahilton00 commented 6 years ago

This has been fixed. The solution is to use the new repo https://github.com/librespot-org/librespot, rebuild librespot, and you won't see this error anymore.