You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-1: [0/831]
Traceback (most recent call last):
File "/usr/lib64/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/home/waldmann/software/music/Troop/src/receiver.py", line 93, in handle
raise(e)
File "/home/waldmann/software/music/Troop/src/receiver.py", line 71, in handle
packet = self.reader.feed(self.sock.recv(self.bytes))
File "/home/waldmann/software/music/Troop/src/message.py", line 46, in feed
raise EmptyMessageError()
src.message.EmptyMessageError: 'Message contained no data'
The text was updated successfully, but these errors were encountered:
I often get this in the lower-left client window
and at the same time this in the console:
The text was updated successfully, but these errors were encountered: