dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
688 stars 160 forks source link

discord.utils: Info API down. Falling back to manual fetching... #609

Closed ToXic6667 closed 9 months ago

ToXic6667 commented 10 months ago

Summary

The selfbot doesnt respond

Reproduction Steps

Start main.py

Code

@bot.command
async def kek(ctx):
    await ctx.send("yes ?")

bot.run(token)

Expected Results

working selfbot

Actual Results

not working selfbot

[2023-11-19 14:24:07] [INFO ] discord.client: Logging in using static token. [2023-11-19 14:24:07] [WARNING ] discord.utils: Info API down. Falling back to manual fetching... [2023-11-19 14:24:07] [INFO ] discord.http: Found user agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36, build number 244594. [2023-11-19 14:24:09] [INFO ] discord.gateway: Connected to Gateway (Session ID: 0f97fd5e64ee9beebd7e74fff7e37f36). [2023-11-19 14:24:09] [WARNING ] discord.state: Member list scraping failed for 952506210471522316 (Failed to automatically choose channels; please specify them manually). [2023-11-19 14:24:09] [WARNING ] discord.state: Member list scraping failed for 967481779344789564 (Failed to automatically choose channels; please specify them manually). [2023-11-19 14:24:09] [WARNING ] discord.state: Member list scraping failed for 1120713284291666080 (Failed to automatically choose channels; please specify them manually). [2023-11-19 14:24:09] [WARNING ] discord.state: Member list scraping failed for 1120812931026800740 (Failed to automatically choose channels; please specify them manually). [2023-11-19 14:24:09] [WARNING ] discord.state: Member list scraping failed for 1168718673394024498 (Failed to automatically choose channels; please specify them manually).

System Information

Checklist

Additional Information

n/a

ToXic6667 commented 10 months ago

i used that instead; https://github.com/Stevensors/discord.py-self-copy it worked, it dont show the error, but it doesnt send the command

Fluff4life commented 10 months ago

@ToXic6667 How do you install that copy of Discord.py-self?

JMMlw commented 10 months ago

same issue

Zai-Kun commented 10 months ago

same issue:

2023-11-28 15:47:35 INFO     discord.client Logging in using static token.
2023-11-28 15:47:36 WARNING  discord.utils Info API down. Falling back to manual fetching...
2023-11-28 15:47:36 INFO     discord.http Found user agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36, build number 249031.
Traceback (most recent call last):
  File "/home/runner/anigame/main.py", line 14, in <module>
    bot.run(os.getenv("discord_token"))
discord.errors.HTTPException: 429 Too Many Requests (error code: 0): selfbots are against Discord's terms of service
sudoAlphaX commented 10 months ago

same issue as @Zai-Kun here

woctezuma commented 10 months ago

Ditto, despite using the latest build, directly from GitHub.

hi706 commented 9 months ago

same issue lastest build

dolfies commented 9 months ago

Duplicate of #619