sebseager / slack-exporter

A Slack bot for exporting content from public and private channels.
GNU General Public License v3.0
131 stars 35 forks source link

The error "not_in_channel" occurs #2

Open EdgeToLife opened 2 years ago

EdgeToLife commented 2 years ago

Hi,

I try to use standalone script, but have an issue:

python3 exporter.py -c    
I encountered an error: {'ok': False, 'error': 'not_in_channel'}

There is only 1 private channel in my test environment and I invited the application to this channel, however an error occurs.

sebseager commented 2 years ago

Interesting, I've not run into this one before. It could potentially be something related to bot/user OAuth permissions.

Do any of the suggestions provided here help?