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

error in function command_reply - IndexError: list index out of range #900

Closed
kucharskim opened this issue Sep 7, 2023 · 2 comments
Closed

Comments

@kucharskim
Copy link

I just did /reply without any arguments and I think this is how below happened:

python: stdout/stderr (slack): Traceback (most recent call last):
python: stdout/stderr (slack):   File "/home/username/.local/share/weechat/python/autoload/wee_slack.py", line 174, in wrapper
python: stdout/stderr (slack):     return f(data, current_buffer, *args, **kwargs)
python: stdout/stderr (slack):   File "/home/username/.local/share/weechat/python/autoload/wee_slack.py", line 187, in wrapper
python: stdout/stderr (slack):     return f(*decode_from_utf8(args), **decode_from_utf8(kwargs))
python: stdout/stderr (slack):   File "/home/username/.local/share/weechat/python/autoload/wee_slack.py", line 5795, in command_reply
python: stdout/stderr (slack):     if parts[0] == "-alsochannel":
python: stdout/stderr (slack): IndexError: list index out of range
python: error in function "command_reply"
@kucharskim
Copy link
Author

This is happening on 5302c87 version.

@kucharskim
Copy link
Author

Gonna upgrade to 2443952 and see how it goes.

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

1 participant