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
2021-12-05 14:51:49 ERROR twistedserver.dataReceived:71 Error in handling data from client: [AG]abma
exception: 'NoneType' object has no attribute 'username'
command: b'#5 JOIN sy \n'
Traceback (most recent call last):
File "/home/lobby/uberserver/twistedserver.py", line 64, in dataReceived
self.Handle(data.decode("utf-8"))
File "/home/lobby/uberserver/Client.py", line 166, in Handle
self.HandleProtocolCommands(self.data.split("\n"), flood_limits)
File "/home/lobby/uberserver/Client.py", line 202, in HandleProtocolCommands
self.HandleProtocolCommand(command)
File "/home/lobby/uberserver/Client.py", line 172, in HandleProtocolCommand
self._root.protocol._handle(self, cmd)
File "protocol/Protocol.py", line 397, in _handle
function(*([client] + fun_args))
File "protocol/Protocol.py", line 1667, in in_JOIN
channel.addUser(client)
File "protocol/Channel.py", line 91, in addUser
if not bridge.username in bridgedClients:
AttributeError: 'NoneType' object has no attribute 'username'
The text was updated successfully, but these errors were encountered:
2021-12-05 14:51:49 ERROR twistedserver.dataReceived:71 Error in handling data from client: [AG]abma
exception: 'NoneType' object has no attribute 'username'
command: b'#5 JOIN sy \n'
Traceback (most recent call last):
File "/home/lobby/uberserver/twistedserver.py", line 64, in dataReceived
self.Handle(data.decode("utf-8"))
File "/home/lobby/uberserver/Client.py", line 166, in Handle
self.HandleProtocolCommands(self.data.split("\n"), flood_limits)
File "/home/lobby/uberserver/Client.py", line 202, in HandleProtocolCommands
self.HandleProtocolCommand(command)
File "/home/lobby/uberserver/Client.py", line 172, in HandleProtocolCommand
self._root.protocol._handle(self, cmd)
File "protocol/Protocol.py", line 397, in _handle
function(*([client] + fun_args))
File "protocol/Protocol.py", line 1667, in in_JOIN
channel.addUser(client)
File "protocol/Channel.py", line 91, in addUser
if not bridge.username in bridgedClients:
AttributeError: 'NoneType' object has no attribute 'username'
The text was updated successfully, but these errors were encountered: