Advertisement
Guest User

Untitled

a guest
Jul 21st, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/diekman/magnapress/lib/python3.8/site-packages/qasync/__init__.py", line 749, in _error_handler
  3. task.result()
  4. File "magnapress.py", line 306, in SendSingleCommand
  5. await self.beagle.tcp_echo_client(command,self.loop,self)
  6. File "/home/diekman/magnapress/lib/python3.8/site-packages/qasync/__init__.py", line 749, in _error_handler
  7. task.result()
  8. File "/home/diekman/magnapress/async_client.py", line 19, in tcp_echo_client
  9. reader, writer = await asyncio.open_connection(server,port,loop=loop)
  10. File "/usr/lib/python3.8/asyncio/streams.py", line 52, in open_connection
  11. transport, _ = await loop.create_connection(
  12. File "/usr/lib/python3.8/asyncio/base_events.py", line 986, in create_connection
  13. infos = await self._ensure_resolved(
  14. File "/usr/lib/python3.8/asyncio/base_events.py", line 1365, in _ensure_resolved
  15. return await loop.getaddrinfo(host, port, family=family, type=type,
  16. File "/usr/lib/python3.8/asyncio/base_events.py", line 825, in getaddrinfo
  17. return await self.run_in_executor(
  18. File "/home/diekman/magnapress/lib/python3.8/site-packages/qasync/__init__.py", line 139, in run
  19. r = callback(*args, **kwargs)
  20. File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
  21. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  22. socket.gaierror: [Errno -2] Name or service not known
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement