lleballex/magiceden-bot

Hi, i got a problem in bot.py..

Opened this issue · 5 comments

DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()

This is the error, and the bot when is hosted don't show any commands..

Thank you very much for your code!

Try to replace loop = asyncio.get_event_loop() with:

loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)

Perfect thank you, now the bot runs good...
But when I wanna add a new parcel, after adding the name of the collection the bot replies this: Ой-ой... Что-то пошло не так - код 403

How can i fix it? Thank you!

This is because the site has Cloudflare protection that blocks requests. I'm trying to bypass it, but so far it doesn't work. Sorry. Maybe you can