Crashing with Thread "clock_main" aborts with exception Operation not permitted in sleep()! #1074
toddhaugen
started this conversation in
General
Replies: 1 comment
-
No idea but none of this output is from librespot. I think you will have to file a report with DietPi. Since you say that community is really small, and are hoping to find some answers here, I am converting this into a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running the librespot entry point on DietPi and getting an error every time I attempt to stream to the device. I have not been able to isolate to theentry point code or librespot yet but hoping this community has some insight as the entrypoint community is super small, <300. Here is the full error output:
2022-11-16T17:59:03.193475000Z -> CONTINUE 1 Changed {"message":"Streaming from Spotify Connect input"}
2022-11-16T17:59:03.195545000Z liquid-stdout: [clock.main:3] Streaming loop starts in auto-sync mode
2022-11-16T17:59:03.196464000Z liquid-stdout: [clock.main:3] Delegating synchronisation to CPU clock
2022-11-16T17:59:03.197417000Z liquid-stdout: [threads:3] Thread "clock_main" aborts with exception Operation not permitted in sleep()!
2022-11-16T17:59:03.197866000Z liquid-stdout: [main:3] Shutdown started!
2022-11-16T17:59:03.198222000Z liquid-stdout: [main:3] Waiting for main threads to terminate...
2022-11-16T17:59:03.198528000Z liquid-stdout: [main:3] Main threads terminated.
2022-11-16T17:59:03.199283000Z liquid-stdout: [threads:3] Shutting down scheduler...
2022-11-16T17:59:03.200507000Z liquid-stderr: Thread 4 killed on uncaught exception Unix.Unix_error(30, "sleep", "")
2022-11-16T17:59:03.201001000Z Called from Clock.sleep in file "clock.ml", line 43, characters 6-13
2022-11-16T17:59:03.201289000Z Called from Clock.clock#run.loop in file "clock.ml", line 245, characters 38-47
2022-11-16T17:59:03.201539000Z Called from Clock.clock#run in file "clock.ml", line 269, characters 6-13
2022-11-16T17:59:03.201779000Z Called from Tutils.create.(fun).process in file "tools/tutils.ml", line 159, characters 12-15
2022-11-16T17:59:03.202009000Z Re-raised at Tutils.create.(fun).process in file "tools/tutils.ml", line 197, characters 14-52
2022-11-16T17:59:03.202237000Z Called from Thread.create.(fun) in file "thread.ml", line 41, characters 8-14
Beta Was this translation helpful? Give feedback.
All reactions