-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endless Loop #84
Comments
@sonroyaalmerol if needed, I can send you the actual URL streams for this one, would prefer to do that privately if possible... |
@kpirnie i also got an error like this the other day. hopefully a fix can be implemented 🙏 |
I've added some logic to track the failed M3Us so it doesn't attempt to try them again. Can you try them out on the latest dev build? |
is there a way to implement a retry option? |
Yes, i'm planning to implement retries with customizable max retries after i've confirmed the current solution to be working. |
you are a God sent. |
@sonroyaalmerol here are my logs in case it is of any help, thanks. 2024/08/13 02:56:58 Received request from xxx:2590 for URL: /stream/TEE6IFRlbGVtdW5kbyBGb3J0IE15ZXJzIEZsb3JpZGEgV1dEVCBDRA== |
i am unable to test due to issue #89 |
Issue appears to be corrected |
was there an update that fixed this? |
Not sure. It's possible the fix for the WRONGTYPE also had fixes for this tho |
ahhh ok |
So... while the streams are back working again, it does not seem that the MAX_RETRIES is. Hit an endless loop with one of my non-working channels today
Repeats until I change the "channel". |
Can I confirm if this only happens on |
I'll see if I have any that are not m3u or m3u8 and get back to ya :) |
It does appear to be only the m3u8 streams that are doing it. |
I just merged the fix to properly handle m3u files. It should be up in the dev image now |
m3u or m3u8? |
Should include both |
ok perfect and thank you. |
There we go. Perfection :) |
Hi! I've reached out to this error too. I hope you can include it in a release version soon so I can pick it up in my arm64 docker (dev image is only available for amd64). |
Should be included in |
Describe the bug
Getting an endless loop with a few "channels". Just getting this message over and over
I have 3 separate streams to this specific channel, none of the others get "tried", and this one is actually the last in the list of them.
Example:
The text was updated successfully, but these errors were encountered: