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
Installed slack-cleaner via pip without an issue. Goal is to remove all files in the account, however when running the command I get the following feedback:
$ sudo slack-cleaner --token SECRET --file --user "*" --rate=1
Running slack-cleaner v0.3.0
Traceback (most recent call last):
File "/usr/local/bin/slack-cleaner", line 7, in<module>
from slack_cleaner.cli import main
File "/Library/Python/2.7/site-packages/slack_cleaner/cli.py", line 61, in<module>init_user_dict()
File "/Library/Python/2.7/site-packages/slack_cleaner/cli.py", line 52, in init_user_dict
res = slack.users.list().body
File "/Library/Python/2.7/site-packages/slacker/__init__.py", line 164, in list
return self.get('users.list', params={'presence': int(presence)})
File "/Library/Python/2.7/site-packages/slacker/__init__.py", line 90, in get
api, **kwargs
File "/Library/Python/2.7/site-packages/slacker/__init__.py", line 72, in _request
raise Error(response.error)
slacker.Error: invalid_auth
The text was updated successfully, but these errors were encountered:
Installed slack-cleaner via pip without an issue. Goal is to remove all files in the account, however when running the command I get the following feedback:
The text was updated successfully, but these errors were encountered: