Tim Wright
Tim Wright
I've made a start on this, and have something somewhat functional for Linux/386. The branch is at https://github.com/tenortim/delve/tree/linux_386 Per the commit message, there are a number of things that should...
I'm running an older build, but basically hitting the same problem randomly. Build is INFO:librespot: librespot cc9dba8 (2017-03-26). Built on 2017-07-17. Build ID: 8zQE3Bpb crash is thread 'main' panicked at...
Full backtrace: ``` thread 'main' panicked at 'connection closed', /checkout/src/libcore/option.rs:794 stack backtrace: 0: std::sys::imp::backtrace::tracing::imp::unwind_backtrace at /checkout/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 1: std::sys_common::backtrace::_print at /checkout/src/libstd/sys_common/backtrace.rs:71 2: std::panicking::default_hook::{{closure}} at /checkout/src/libstd/sys_common/backtrace.rs:60 at /checkout/src/libstd/panicking.rs:355 3: std::panicking::default_hook at /checkout/src/libstd/panicking.rs:371...
@tomtaylor this is running it on a Raspberry Pi 3. No containers but I am running the prebuilt version. Maybe I should try to build it all from scratch and...
I'm experiencing similar issues. Everything worked fine until fairly recently. Now if I start playing from the iPhone Spotify app, switch to another app, and switch back, playback stops and...
I have created code to support this feature and it passes my basic testing (create a share with a "run_as_root" entry, modify it in various ways etc.). I will submit...