audioplayererror [requesterror]: socket hang up got #2241
-
Hi. I get problem with streaming music radio.Get error: audioplayererror [requesterror]: socket hang up got How I can player start again if player get error? Checklist
|
Beta Was this translation helpful? Give feedback.
Answered by
sindresorhus
Oct 11, 2025
Replies: 1 comment
-
|
"Socket hang up" errors happen when the radio stream connection drops unexpectedly. The issue is that you need to handle the error on the Got stream itself, not just the audio player. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sindresorhus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Socket hang up" errors happen when the radio stream connection drops unexpectedly. The issue is that you need to handle the error on the Got stream itself, not just the audio player.