Advertisement
Guest User

Untitled

a guest
Apr 17th, 2023
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. PS C:\Users\username\Documents\GitHub\webhook bot> & C:/Users/username/AppData/Local/Programs/Python/Python311/python.exe "c:/Users/username/Documents/GitHub/webhook bot/uwu.py"
  2. * Serving Quart app 'app'
  3. * Environment: production
  4. * Please use an ASGI server (e.g. Hypercorn) directly in production
  5. * Debug mode: False
  6. * Running on http://127.0.0.1:5000 (CTRL + C to quit)
  7. [2023-04-17 09:42:44 -0700] [2688] [INFO] Running on http://127.0.0.1:5000 (CTRL + C to quit)
  8. [2023-04-17 09:42:56 -0700] [2688] [INFO] 127.0.0.1:59355 GET / 1.1 200 13 1011279
  9. [2023-04-17 09:42:56 -0700] [2688] [INFO] 127.0.0.1:59355 GET /favicon.ico 1.1 404 207 998
  10. [2023-04-17 09:43:00 -0700] [2688] [INFO] 127.0.0.1:59356 GET / 1.1 200 13 1009880
  11. [2023-04-17 09:43:00 -0700] [2688] [ERROR] Error in ASGI Framework
  12. Traceback (most recent call last):
  13. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\asyncio\tasks.py", line 466, in wait_for
  14. await waiter
  15. asyncio.exceptions.CancelledError
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\hypercorn\asyncio\task_group.py", line 23, in _handle
  21. await app(scope, receive, send, sync_spawn, call_soon)
  22. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\hypercorn\app_wrappers.py", line 33, in __call__
  23. await self.app(scope, receive, send)
  24. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\quart\app.py", line 1902, in __call__
  25. await self.asgi_app(scope, receive, send)
  26. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\quart\app.py", line 1928, in asgi_app
  27. await asgi_handler(receive, send)
  28. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\quart\asgi.py", line 50, in __call__
  29. await _cancel_tasks(pending)
  30. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\quart\asgi.py", line 346, in _cancel_tasks
  31. _raise_exceptions(tasks)
  32. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\quart\asgi.py", line 353, in _raise_exceptions
  33. raise task.exception()
  34. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\quart\asgi.py", line 102, in handle_request
  35. await asyncio.wait_for(self._send_response(send, response), timeout=timeout)
  36. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\asyncio\tasks.py", line 469, in wait_for
  37. return fut.result()
  38. ^^^^^^^^^^^^
  39. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\quart\asgi.py", line 139, in _send_response
  40. await send(
  41. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\hypercorn\protocol\http_stream.py", line 192, in app_send
  42. await self.send(StreamClosed(stream_id=self.stream_id))
  43. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\hypercorn\protocol\h11.py", line 144, in stream_send
  44. await self._maybe_recycle()
  45. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\hypercorn\protocol\h11.py", line 273, in _maybe_recycle
  46. await self.send(Closed())
  47. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\hypercorn\asyncio\tcp_server.py", line 85, in protocol_send
  48. await self._close()
  49. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\hypercorn\asyncio\tcp_server.py", line 117, in _close
  50. await self.writer.wait_closed()
  51. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\asyncio\streams.py", line 350, in wait_closed
  52. await self._protocol._get_close_waiter(self)
  53. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\asyncio\proactor_events.py", line 401, in _loop_writing
  54. self._write_fut = self._loop._proactor.send(self._sock, data)
  55. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  56. File "C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\asyncio\windows_events.py", line 566, in send
  57. ov.WSASend(conn.fileno(), buf, flags)
  58. ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement