sclack
sclack copied to clipboard
something went wrong: 'channel'
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']
I am having the same problem.
The same error occurs when selecting a channel from the sidebar,
but jumping from ctrl + k
to the channel will display correctly.
I recently got this issue. It's my first time setting it up. At first, it said groups and i thought i installed something wrong but now it says channels and nothing loads. Sidebar is a bunch of squares. Is this project still being worked on?
I can confirm this issue. Not sure if it's the same issue and related though.