AsmSafone / MusicPlayer

A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
GNU Affero General Public License v3.0
284 stars 1.07k forks source link

Exception: MAX_RETRY_LIMIT_REACHED #42

Open Mister-Man7 opened 1 month ago

Mister-Man7 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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

ByEzel93 commented 13 hours ago

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