Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/lib/python3.5/site-packages/aiohttp/client.py", line 202, in _request
  3. yield from resp.start(conn, read_until_eof)
  4. File "/usr/local/lib/python3.5/site-packages/aiohttp/client_reqrep.py", line 640, in start
  5. message = yield from httpstream.read()
  6. File "/usr/local/lib/python3.5/site-packages/aiohttp/streams.py", line 641, in read
  7. result = yield from super().read()
  8. File "/usr/local/lib/python3.5/site-packages/aiohttp/streams.py", line 476, in read
  9. yield from self._waiter
  10. File "/usr/local/lib/python3.5/asyncio/futures.py", line 361, in __iter__
  11. yield self # This tells Task to wait for completion.
  12. File "/usr/local/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
  13. future.result()
  14. File "/usr/local/lib/python3.5/asyncio/futures.py", line 274, in result
  15. raise self._exception
  16. aiohttp.errors.ServerDisconnectedError
  17.  
  18. The above exception was the direct cause of the following exception:
  19.  
  20. Traceback (most recent call last):
  21. File "Inkxbot.py", line 140, in <module>
  22. bot.run(token)
  23. File "/usr/local/lib/python3.5/site-packages/discord/client.py", line 519, in run
  24. self.loop.run_until_complete(self.start(*args, **kwargs))
  25. File "/usr/local/lib/python3.5/asyncio/base_events.py", line 387, in run_until_complete
  26. return future.result()
  27. File "/usr/local/lib/python3.5/asyncio/futures.py", line 274, in result
  28. raise self._exception
  29. File "/usr/local/lib/python3.5/asyncio/tasks.py", line 241, in _step
  30. result = coro.throw(exc)
  31. File "/usr/local/lib/python3.5/site-packages/discord/client.py", line 491, in start
  32. yield from self.connect()
  33. File "/usr/local/lib/python3.5/site-packages/discord/client.py", line 452, in connect
  34. self.ws = yield from DiscordWebSocket.from_client(self, resume=resume)
  35. File "/usr/local/lib/python3.5/site-packages/discord/gateway.py", line 174, in from_client
  36. gateway = yield from client.http.get_gateway()
  37. File "/usr/local/lib/python3.5/site-packages/discord/http.py", line 647, in get_gateway
  38. data = yield from self.request(Route('GET', '/gateway'))
  39. File "/usr/local/lib/python3.5/site-packages/discord/http.py", line 149, in request
  40. r = yield from self.session.request(method, url, **kwargs)
  41. File "/usr/local/lib/python3.5/site-packages/aiohttp/client.py", line 555, in __iter__
  42. resp = yield from self._coro
  43. File "/usr/local/lib/python3.5/site-packages/aiohttp/client.py", line 209, in _request
  44. raise aiohttp.ClientResponseError() from exc
  45. aiohttp.errors.ClientResponseError
  46. Unclosed client session
  47. client_session: <aiohttp.client.ClientSession object at 0x75fd14b0>
  48. Task was destroyed but it is pending!
  49. task: <Task pending coro=<Splatoon.update_maps() running at /home/pi/Inkxbotcogs/SplatoonCog.py:31> wait_for=<Future pending cb=[Task._wakeup()]>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement