We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if a user is sending a direct Message to the bot the Slackrelay crashes.
Traceback: [2017-08-01 01:40:44,944] [DEBUG] Channel: {u'ok': False, u'error': u'channel_not_found'} Traceback (most recent call last): File "slackrelay.py", line 457, in <module> main() File "slackrelay.py", line 371, in main channel = Channel.lookup(sc, team, part['channel']) File "slackrelay.py", line 96, in lookup channelname = "#" + channelInfo['channel']['name'] KeyError: 'channel'
[2017-08-01 01:40:44,944] [DEBUG] Channel: {u'ok': False, u'error': u'channel_not_found'} Traceback (most recent call last): File "slackrelay.py", line 457, in <module> main() File "slackrelay.py", line 371, in main channel = Channel.lookup(sc, team, part['channel']) File "slackrelay.py", line 96, in lookup channelname = "#" + channelInfo['channel']['name'] KeyError: 'channel'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if a user is sending a direct Message to the bot the Slackrelay crashes.
Traceback:
[2017-08-01 01:40:44,944] [DEBUG] Channel: {u'ok': False, u'error': u'channel_not_found'} Traceback (most recent call last): File "slackrelay.py", line 457, in <module> main() File "slackrelay.py", line 371, in main channel = Channel.lookup(sc, team, part['channel']) File "slackrelay.py", line 96, in lookup channelname = "#" + channelInfo['channel']['name'] KeyError: 'channel'
The text was updated successfully, but these errors were encountered: