Created
June 20, 2019 18:39
-
-
Save nijotz/145784abbd0b58ae5d7efa94f1aae087 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python: stdout/stderr (slack): Traceback (most recent call last): | |
python: stdout/stderr (slack): File "/home/nick/.weechat/python/wee_slack.py", line 133, in wrapper | |
python: stdout/stderr (slack): return f(data, current_buffer, *args, **kwargs) | |
python: stdout/stderr (slack): File "/home/nick/.weechat/python/wee_slack.py", line 144, in wrapper | |
python: stdout/stderr (slack): return f(*decode_from_utf8(args), **decode_from_utf8(kwargs)) | |
python: stdout/stderr (slack): File "/home/nick/.weechat/python/wee_slack.py", line 3868, in command_thread | |
python: stdout/stderr (slack): msg = get_msg_from_id(channel, args) | |
python: stdout/stderr (slack): File "/home/nick/.weechat/python/wee_slack.py", line 3854, in get_msg_from_id | |
python: stdout/stderr (slack): return channel.hashed_messages.get(msg_id) | |
python: stdout/stderr (slack): AttributeError: 'SlackTeam' object has no attribute 'hashed_messages' | |
python: error in function "command_thread" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment