Platitude

Untitled

May 2nd, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.87 KB | None | 0 0
  1. (howToStudy-env3.7) [root@31-31-203-65 ~]# python3.7 howToStudy-env3.7/webhook.py
  2. INFO:aiogram:Bot: paltitude [@platitude_bot]
  3. WARNING:aiogram:Updates were skipped successfully.
  4. ======== Running on http://0.0.0.0:5007 ========
  5. (Press CTRL+C to quit)
  6. ERROR:aiohttp.server:Error handling request
  7. Traceback (most recent call last):
  8.   File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
  9.     messages, upgraded, tail = self._request_parser.feed_data(data)
  10.   File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
  11. aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
  12. ERROR:aiohttp.server:Error handling request
  13. Traceback (most recent call last):
  14.   File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
  15.     messages, upgraded, tail = self._request_parser.feed_data(data)
  16.   File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
  17. aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
  18. ERROR:aiohttp.server:Error handling request
  19. Traceback (most recent call last):
  20.   File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
  21.     messages, upgraded, tail = self._request_parser.feed_data(data)
  22.   File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
  23. aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
  24. ERROR:aiohttp.server:Error handling request
  25. Traceback (most recent call last):
  26.   File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
  27.     messages, upgraded, tail = self._request_parser.feed_data(data)
  28.   File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
  29. aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
Add Comment
Please, Sign In to add comment