Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Ignoring exception in on_message
  2. Traceback (most recent call last):
  3. File "/home/synake/pybot/six/lib/python3.6/site-packages/discord/client.py", line 255, in _run_event
  4. await coro(*args, **kwargs)
  5. File "main.py", line 61, in on_message
  6. await message.channel.send(file=discord.File("ancient.png"), content = rep.str1)
  7. File "/home/synake/pybot/six/lib/python3.6/site-packages/discord/abc.py", line 759, in send
  8. content=content, tts=tts, embed=embed, nonce=nonce)
  9. File "/home/synake/pybot/six/lib/python3.6/site-packages/discord/http.py", line 158, in request
  10. async with self.__session.request(method, url, **kwargs) as r:
  11. File "/home/synake/pybot/six/lib/python3.6/site-packages/aiohttp/client.py", line 1005, in __aenter__
  12. self._resp = await self._coro
  13. File "/home/synake/pybot/six/lib/python3.6/site-packages/aiohttp/client.py", line 497, in _request
  14. await resp.start(conn)
  15. File "/home/synake/pybot/six/lib/python3.6/site-packages/aiohttp/client_reqrep.py", line 844, in start
  16. message, payload = await self._protocol.read() # type: ignore # noqa
  17. File "/home/synake/pybot/six/lib/python3.6/site-packages/aiohttp/streams.py", line 588, in read
  18. await self._waiter
  19. aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement