You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
The text was updated successfully, but these errors were encountered:
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?
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:
The text was updated successfully, but these errors were encountered: