appu1232 / Discord-Selfbot

Discord selfbot made with Python using discord.py
GNU General Public License v3.0
502 stars 608 forks source link

TypeError: zip argument #1 must support iteration #341

Closed LastRoze closed 6 years ago

LastRoze commented 6 years ago

Help, just got this Error today.

capture

xyn-n commented 6 years ago

I have this issue, too.

nanopulga commented 6 years ago

Same here...

ggrey22 commented 6 years ago

I'm also having this issue

professorshinonome commented 6 years ago

Also experiencing this. Quite a few of the bot's commands error, not sure if that's tied to this at all or not.

Blitzsy commented 6 years ago

Discord.py rewrite committed a change which broke something in the selfbot. You will need to wait until a fix is made on the selfbot side. I managed to find a temporary workaround by changing the pip requirements.txt.

EDIT: Fix has been added to the selfbot

LastRoze commented 6 years ago

@Blitzsy Thanks for the workaround man, really appreciated it.

LyricLy commented 6 years ago

The issue is likely to be fixed soon on discord.py's side. It seems as though a fix has already been PRed. Until then, Blitzy's fix will work.

TastyCookies124 commented 6 years ago

Yay!!!! It worked Thanks Blitzsy

MacGyverPY commented 6 years ago

this also worked for me as well git+https://github.com/Rapptz/discord.py@184c4302c7fe17a31893f0accf197c975200d233

thanks

appu1232 commented 6 years ago

Just pushed the discord.py version rollback to master. Should be fixed now if you accept the update next time you run the bot.