mherger wrote: > Just run this as a starter. It would print some help page. If that's > fine, then you can add "-n test -c /tmp -a" and see whether you'd see it > in your Spotify application (desktop or mobile).
The man page is showing, but running it with the above supplied parameters crashes straight away: Code: -------------------- thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 92, message: "Protocol not available" } }', /checkout/src/libcore/result.rs:859 note: Run with `RUST_BACKTRACE=1` for a backtrace. -------------------- For what it's worth the RUST BACKTRACE is not really impressive: Code: -------------------- stack backtrace: 0: <unknown> 1: <unknown> 2: <unknown> 3: <unknown> 4: <unknown> 5: <unknown> 6: <unknown> 7: <unknown> 8: <unknown> 9: <unknown> 10: <unknown> 11: <unknown> 12: <unknown> 13: <unknown> 14: __libc_start_main -------------------- Trying the normal arm-linux build returns a Code: -------------------- Segmentation fault -------------------- Any suggestions? ------------------------------------------------------------------------ tjoek's Profile: http://forums.slimdevices.com/member.php?userid=66513 View this thread: http://forums.slimdevices.com/showthread.php?t=107418 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins