haskellcamargo / haskellcamargo/sclack

something went wrong: 'channel'

Open
#103 3 comments 6 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.5k
Forks
94
PR merge metrics
No merged PRs in 30d

Description

The app loads succesfully, the channels list appears in the sidebar, and the loading message persists.
Then I open the quick switcher and this message appears behind it:

```
Whoops, something went wrong:

'channel'
File "app.py", line 270, in get_channels_info
for channel in channels
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "app.py", line 266, in get_info
info = self.store.get_channel_info(channel.id)
File "/home/primary/Projects/Tools/sclack/sclack/store.py", line 120, in get_channel_info
return self.slack.api_call('channels.info', channel=channel_id)['channel']
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.