Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. self:asyncssh-test/ $ python3 test1 [0:07:59]
  2. /home/self
  3. /home/self
  4. /home/self
  5. /home/self
  6. /home/self
  7. /home/self
  8. /home/self
  9. /home/self
  10. /home/self
  11. /home/self
  12. /home/self
  13. /home/self
  14. /home/self
  15. /home/self
  16. /home/self
  17. /home/self
  18. Task exception was never retrieved
  19. future: <Task finished coro=<run_client() done, defined at test1:3> exception=DisconnectError('Disconnect Error: Connection lost',)>
  20. Traceback (most recent call last):
  21. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  22. result = coro.throw(exc)
  23. File "test1", line 4, in run_client
  24. async with asyncssh.connect('localhost', username='self', password='F0rReal!!') as conn:
  25. File "/usr/local/lib/python3.5/dist-packages/asyncssh/misc.py", line 138, in __aenter__
  26. self._result = yield from self._coro
  27. File "/usr/local/lib/python3.5/dist-packages/asyncssh/connection.py", line 4429, in connect
  28. conn, _ = yield from create_connection(None, host, port, **kwargs)
  29. File "/usr/local/lib/python3.5/dist-packages/asyncssh/connection.py", line 4219, in create_connection
  30. yield from auth_waiter
  31. File "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
  32. yield self # This tells Task to wait for completion.
  33. File "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
  34. future.result()
  35. File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
  36. raise self._exception
  37. asyncssh.misc.DisconnectError: Disconnect Error: Connection lost
  38. Task exception was never retrieved
  39. future: <Task finished coro=<run_client() done, defined at test1:3> exception=DisconnectError('Disconnect Error: Connection lost',)>
  40. Traceback (most recent call last):
  41. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  42. result = coro.throw(exc)
  43. File "test1", line 4, in run_client
  44. async with asyncssh.connect('localhost', username='self', password='F0rReal!!') as conn:
  45. File "/usr/local/lib/python3.5/dist-packages/asyncssh/misc.py", line 138, in __aenter__
  46. self._result = yield from self._coro
  47. File "/usr/local/lib/python3.5/dist-packages/asyncssh/connection.py", line 4429, in connect
  48. conn, _ = yield from create_connection(None, host, port, **kwargs)
  49. File "/usr/local/lib/python3.5/dist-packages/asyncssh/connection.py", line 4219, in create_connection
  50. yield from auth_waiter
  51. File "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
  52. yield self # This tells Task to wait for completion.
  53. File "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
  54. future.result()
  55. File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
  56. raise self._exception
  57. asyncssh.misc.DisconnectError: Disconnect Error: Connection lost
  58. Task exception was never retrieved
  59. future: <Task finished coro=<run_client() done, defined at test1:3> exception=DisconnectError('Disconnect Error: Connection lost',)>
  60. Traceback (most recent call last):
  61. File "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step
  62. result = coro.throw(exc)
  63. File "test1", line 4, in run_client
  64. async with asyncssh.connect('localhost', username='self', password='F0rReal!!') as conn:
  65. File "/usr/local/lib/python3.5/dist-packages/asyncssh/misc.py", line 138, in __aenter__
  66. self._result = yield from self._coro
  67. File "/usr/local/lib/python3.5/dist-packages/asyncssh/connection.py", line 4429, in connect
  68. conn, _ = yield from create_connection(None, host, port, **kwargs)
  69. File "/usr/local/lib/python3.5/dist-packages/asyncssh/connection.py", line 4219, in create_connection
  70. yield from auth_waiter
  71. File "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
  72. yield self # This tells Task to wait for completion.
  73. File "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
  74. future.result()
  75. File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
  76. raise self._exception
  77. asyncssh.misc.DisconnectError: Disconnect Error: Connection lost
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement