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
scanner@ns309546:~/antissh$ tail -f nohup.out
for receiver in self.receivers_for(sender)]
File "/usr/local/lib/python3.6/site-packages/asyncirc/plugins/core.py", line 29, in _redispatch_notice
_redispatch_message_common(message, "notice")
File "/usr/local/lib/python3.6/site-packages/asyncirc/plugins/core.py", line 19, in _redispatch_message_common
signal(type).send(message, user=user, target=target, text=text)
File "/usr/local/lib/python3.6/site-packages/blinker/base.py", line 267, in send
for receiver in self.receivers_for(sender)]
File "/usr/local/lib/python3.6/site-packages/blinker/base.py", line 267, in
for receiver in self.receivers_for(sender)]
TypeError: handle_connection_notice() got an unexpected keyword argument 'user'
The text was updated successfully, but these errors were encountered:
i can see this in log :
scanner@ns309546:~/antissh$ tail -f nohup.out
for receiver in self.receivers_for(sender)]
File "/usr/local/lib/python3.6/site-packages/asyncirc/plugins/core.py", line 29, in _redispatch_notice
_redispatch_message_common(message, "notice")
File "/usr/local/lib/python3.6/site-packages/asyncirc/plugins/core.py", line 19, in _redispatch_message_common
signal(type).send(message, user=user, target=target, text=text)
File "/usr/local/lib/python3.6/site-packages/blinker/base.py", line 267, in send
for receiver in self.receivers_for(sender)]
File "/usr/local/lib/python3.6/site-packages/blinker/base.py", line 267, in
for receiver in self.receivers_for(sender)]
TypeError: handle_connection_notice() got an unexpected keyword argument 'user'
The text was updated successfully, but these errors were encountered: