viewing paste Unknown #27315 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
/usr/local/lib/python3.5/site-packages/discord/__init__.py:47: UserWarning: 
The next major version of discord.py (v0.10.0) will have major breaking changes
that will require updating/changing your code.
Please check the migrating guide to alleviate yourself of unexpected issues.
http://discordpy.readthedocs.org/en/latest/migrating.html
It is strongly recommended to make the switch as soon as possible.
 
  warnings.warn(_warning_message, UserWarning)
/usr/local/lib/python3.5/site-packages/discord/client.py:540: RuntimeWarning: coroutine 'on_ready' was never awaited
  getattr(self, event_method, utils._null_event)(*args, **kwargs)
^CTraceback (most recent call last):
  File "elo.py", line 23, in <module>
    
  File "/usr/local/lib/python3.5/site-packages/discord/client.py", line 561, in run
    self.ws.run()
  File "/usr/local/lib/python3.5/site-packages/ws4py/websocket.py", line 506, in run
    if not self.once():
  File "/usr/local/lib/python3.5/site-packages/ws4py/websocket.py", line 380, in once
    b = self.sock.recv(self.reading_buffer_size)
  File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 909, in recv
    return self.read(buflen)
  File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 786, in read
    return self._sslobj.read(len, buffer)
  File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 572, in read
    v = self._sslobj.read(len or 1024)
KeyboardInterrupt
 
Viewed 895 times, submitted by Guest.