This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Decorater
Recipients Decorater, ellisj, eric.araujo, mwh, nikratio, tiagoaoa, undercoveridiot
Date 2016-08-05.02:04:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470362698.77.0.714116492347.issue1230540@psf.upfronthosting.co.za>
In-reply-to
Content
personally these exceptions in console can be annoying to me as I hate seeing them.

Exception in thread Thread-11:
Traceback (most recent call last):
  File "threading.py", line 914, in _bootstrap_inner
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\test\resources\Dependencies\discord\voice_client.py", line 150, in run
    super().run()
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\test\resources\Dependencies\discord\voice_client.py", line 108, in run
    self.player(data)
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\test\resources\Dependencies\discord\voice_client.py", line 669, in play_audio
    sent = self.socket.sendto(packet, (self.endpoint_ip, self.voice_port))
OSError: [WinError 10055] An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full

Exception in thread Thread-21:
Traceback (most recent call last):
  File "threading.py", line 914, in _bootstrap_inner
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\test\resources\Dependencies\discord\voice_client.py", line 150, in run
    super().run()
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\test\resources\Dependencies\discord\voice_client.py", line 108, in run
    self.player(data)
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\test\resources\Dependencies\discord\voice_client.py", line 669, in play_audio
    sent = self.socket.sendto(packet, (self.endpoint_ip, self.voice_port))
OSError: [WinError 10038] An operation was attempted on something that is not a socket
History
Date User Action Args
2016-08-05 02:04:58Decoratersetrecipients: + Decorater, mwh, ellisj, tiagoaoa, eric.araujo, nikratio, undercoveridiot
2016-08-05 02:04:58Decoratersetmessageid: <1470362698.77.0.714116492347.issue1230540@psf.upfronthosting.co.za>
2016-08-05 02:04:58Decoraterlinkissue1230540 messages
2016-08-05 02:04:57Decoratercreate