Advertisement
Guest User

Untitled

a guest
Dec 9th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. * Serving Flask app "" (lazy loading)
  2. * Environment: production
  3. WARNING: This is a development server. Do not use it in a production deployment.
  4. Use a production WSGI server instead.
  5. * Debug mode: off
  6. * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)
  7. Traceback (most recent call last):
  8. File "main.py", line 134, in <module>
  9. client.run(my_secret)
  10. File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 718, in run
  11. return future.result()
  12. File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 697, in runner
  13. await self.start(*args, **kwargs)
  14. File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 660, in start
  15. await self.login(*args, bot=bot)
  16. File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 509, in login
  17. await self.http.static_login(token.strip(), bot=bot)
  18. File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/http.py", line 293, in static_login
  19. data = await self.request(Route('GET', '/users/@me'))
  20. File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/http.py", line 209, in request
  21. raise HTTPException(r, data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement