question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What is causing "Interrupted! Exiting"

See original GitHub issue
017-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:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
digitalcelerycommented, Feb 20, 2017

User-error 😃

0reactions
beardypigcommented, Feb 20, 2017

Fair enough 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found