What is causing "Interrupted! Exiting"
See original GitHub issue017-02-19_21:54:50.09297 [stream.hls][debug] Download of segment 148754127 complete
2017-02-19_21:55:00.01098 [stream.hls][debug] Reloading playlist
2017-02-19_21:55:00.04945 [stream.hls][debug] Adding segment 148754128 to queue
2017-02-19_21:55:00.13140 [stream.hls][debug] Download of segment 148754128 complete
2017-02-19_21:55:02.84168 Interrupted! Exiting...
2017-02-19_21:55:02.84170 [cli][info] Closing currently open stream...
2017-02-19_21:55:02.84177 [stream.hls][debug] Closing worker thread
2017-02-19_21:55:02.84185 [stream.hls][debug] Closing writer thread
Any clue what can be causing streamlink to behave like this?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
InterruptedException : what causes it? - java - Stack Overflow
A thread sends an interrupt by invoking interrupt on the Thread object for the thread to be interrupted. For the interrupt mechanism to...
Read more >What Do You Do With InterruptedException? - Yegor Bugayenko
InterruptedException is a permanent source of pain in Java, ... is no way in Java to terminate a thread unless the thread exits...
Read more >How to Handle InterruptedException in Java - Rollbar
Java's InterruptedException is thrown when a thread is interrupted from waiting, sleeping, or when otherwise occupied.
Read more >Caught an interrupted exception when waiting while closing ...
This guide will help you check for common problems that cause the log ” Caught an interrupted exception when waiting while closing ticker...
Read more >Java's Mysterious Interrupt - Carl's Blog
Prompt shutdown - When it's time for your program to exit, you don't want to be ... While hinted above, pressing Ctrl-C doesn't...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
User-error 😃
Fair enough 😃