What's wrong with replit?
I'm using replit to run my discord bot but it suddenly went offline. When I tried to re-run it, I got this message on the console:
- Serving Flask app "" (lazy loading)
- Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead. - Debug mode: off
- Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)
Traceback (most recent call last):
File "main.py", line 69, in
client.run(token)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 718, in run
return future.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 697, in runner
await self.start(*args, **kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 660, in start
await self.login(*args, bot=bot)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 509, in login
await self.http.static_login(token.strip(), bot=bot)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/http.py", line 293, in static_login
data = await self.request(Route('GET', '/users/@me'))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/http.py", line 209, in request
raise HTTPException(r, data)
discord.errors.HTTPException: 429 Too Many Requests (error code: 0):
Error 1015
Ray ID: 6478dc4c2d845863 • 2021-04-29 13:26:10 UTCYou are being rate limited
<section class="w-240 lg:w-full mx-auto mb-8 lg:px-8"> <div id="what-happened-section" class="w-1/2 md:w-full"> <h2 class="text-3xl leading-tight font-normal mb-4 text-black-dark antialiased" data-translate="what_happened">What happened?</h2> <p>The owner of this website (discord.com) has banned you temporarily from accessing this website.</p> </div> </section> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
</div><!-- /#cf-error-details -->
172.18.0.1 - - [29/Apr/2021 13:26:12] "GET / HTTP/1.1" 200 -
Voters
WanTonBomb
Im having issues running my bot aswell
Pb103938
@WanTonBomb uh, you don't have any repls, and your profile says you're a hacker. :O
[deleted]
@Pb103938 Hacker is just the paid plan of replit, hes not actually a hacker, neither am i
repl recently redid their system of envs and in the process of converting from the old system to the new, your envs may have been deleted. to create a new env, simply click on the lock icon on the left side of the screen
what error are you getting (copy it exactly into the reply)
@YusufFilizWARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
WARNING: This is a development server. Do not use it in a production deployment.
172.18.0.1 - - [15/Jul/2022 12:40:54] "GET / HTTP/1.1" 200 -
thanks for answer
sorry for the late response. this is not an error, it is just information about your project being displayed.
@YusufFiliz