Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected keyword argument 'user' #40

Open
H7-25 opened this issue Sep 19, 2018 · 1 comment
Open

unexpected keyword argument 'user' #40

H7-25 opened this issue Sep 19, 2018 · 1 comment

Comments

@H7-25
Copy link

H7-25 commented Sep 19, 2018

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'

@nazcar4
Copy link

nazcar4 commented Dec 12, 2018

solved line 322 def handle_connection_notice(_message, _user, _target, text): change with def handle_connection_notice(message, user, target, text):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants