Platitude

Untitled

May 2nd, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. INFO:aiogram:Bot: paltitude [@platitude_bot]
  2. WARNING:aiogram:Updates were skipped successfully.
  3. Traceback (most recent call last):
  4. File "webhook.py", line 53, in <module>
  5. port=WEBAPP_PORT,
  6. File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiogram/utils/executor.py", line 98, in start_webhook
  7. executor.run_app(**kwargs)
  8. File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiogram/utils/executor.py", line 278, in run_app
  9. web.run_app(self._web_app, **kwargs)
  10. File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiohttp/web.py", line 433, in run_app
  11. reuse_port=reuse_port))
  12. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
  13. return future.result()
  14. File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiohttp/web.py", line 359, in _run_app
  15. await site.start()
  16. File "/root/howToStudy-env3.7/lib/python3.7/site-packages/aiohttp/web_runner.py", line 104, in start
  17. reuse_port=self._reuse_port)
  18. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1342, in create_server
  19. infos = await tasks.gather(*fs, loop=self)
  20. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1284, in _create_server_getaddrinfo
  21. flags=flags, loop=self)
  22. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1279, in _ensure_resolved
  23. proto=proto, flags=flags)
  24. File "/usr/local/lib/python3.7/asyncio/base_events.py", line 789, in getaddrinfo
  25. None, getaddr_func, host, port, family, type, proto, flags)
  26. File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  27. result = self.fn(*self.args, **self.kwargs)
  28. File "/usr/local/lib/python3.7/socket.py", line 748, in getaddrinfo
  29. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  30. socket.gaierror: [Errno -2] Name or service not known
Add Comment
Please, Sign In to add comment