appu1232 / Discord-Selfbot

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

Avatar command not working #142

Closed Hoppit closed 7 years ago

Hoppit commented 7 years ago

Hello there! One of my friends uses your self bot, and she was trying to get the avatar rotation command to work. When she claimed that it was not working I decided to look into it for her. But whenever the bot attempted to change her avatar I got this error; image (this picture is actually the second trial, but both errors where the same.) I tried reinstalling a new version of the bot and running it on another account, but I got the same error. The password was correct on both trials, and I tried all three of these times for the delay (in seconds); 1800, 2000, 7250. And the self bot is fully updated. I have not gone and edited the named file location because I am not that great with programming yet. Would someone tell me what I need to change/edit in order to get this commands working? Thanks in advance!

Hoppit commented 7 years ago

I decided in my copy of the bot I will try removing this bit of code; , encoding="utf8" from line 733 in appuselfbot.py. If there are any other recommendations or ideas please notify me immediately.

appu1232 commented 7 years ago

It seems that this is an issue with an update to avatar that was pushing recently. I'll revert it and push it soon.

appu1232 commented 7 years ago

Oops, didn't mean to do that. Anyway, fixed it here: https://github.com/appu1232/Discord-Selfbot/commit/be51355dea8c29cb4cc5231a4e9ec1ed6c76516c

Should be all set now.

Hoppit commented 7 years ago

Thank you, sorry to bother you