MusicPlayer icon indicating copy to clipboard operation
MusicPlayer copied to clipboard

Exception: MAX_RETRY_LIMIT_REACHED

Open Mister-Man7 opened this issue 1 year ago • 3 comments

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)

Mister-Man7 avatar Jul 22 '24 23:07 Mister-Man7

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

IM-SPYBOY avatar Aug 05 '24 23:08 IM-SPYBOY

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

AsmSafone avatar Aug 13 '24 14:08 AsmSafone

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

ByEzel93 avatar Sep 13 '24 16:09 ByEzel93

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

Retry deploying, or check your server ip is not get blocked by youtube.

AsmSafone avatar Dec 06 '24 11:12 AsmSafone