Skip to content
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

Exception: MAX_RETRY_LIMIT_REACHED #42

Open
Mister-Man7 opened this issue Jul 22, 2024 · 3 comments
Open

Exception: MAX_RETRY_LIMIT_REACHED #42

Mister-Man7 opened this issue Jul 22, 2024 · 3 comments

Comments

@Mister-Man7
Copy link

Traceback (most recent call last):
File "/root/MusicPlayer/core/decorators.py", line 110, in decorator
return await func(client, obj, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/MusicPlayer/main.py", line 103, in play_stream
raise Exception(status)

@IM-SPYBOY
Copy link

Traceback (most recent call last):

File "/root/MusicPlayer/core/decorators.py", line 110, in decorator

return await func(client, obj, *args)

       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/root/MusicPlayer/main.py", line 103, in play_stream

raise Exception(status)

Same issue

@AsmSafone
Copy link
Owner

The issue caused by ytdl_p or maybe your requested url/song is inaccessible!

@ByEzel93
Copy link

I'm having the same problem too

Traceback (most recent call last):
  File "/www/wwwroot/cakir/bot/MusicPlayer/core/decorators.py", line 110, in decorator
    return await func(client, obj, *args)
  File "/www/wwwroot/cakir/bot/MusicPlayer/main.py", line 103, in play_stream
    raise Exception(status)
Exception: MAX_RETRY_LIMIT_REACHED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants