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
For the past few days, when i try to use emojifs, it fails with invalid_auth. Here's what a run looks like:
$ emojifs -vv
[I 210630 14:22:04 __main__:135] 🔑 trying Slack login cookie scrape... 🥠
[D 210630 14:22:05 slack:383] 👀 Found 1 tokens from https://A.slack.com
[D 210630 14:22:05 slack:383] 👀 Found 1 tokens from https://B.slack.com
[D 210630 14:22:06 slack:383] 👀 Found 1 tokens from https://C.slack.com
[D 210630 14:22:06 slack:383] 👀 Found 1 tokens from https://D.slack.com
[D 210630 14:22:07 slack:383] 👀 Found 1 tokens from https://E.slack.com
[D 210630 14:22:07 slack:105] resp for GET to https://api.slack.com/api/auth.test json: {'ok': False, 'error': 'invalid_auth'}
[E 210630 14:22:07 slack:107] Got an error on GET to https://api.slack.com/api/auth.test: invalid_auth
Traceback (most recent call last):
File "/home/kormat/.local/bin/emojifs", line 8, in <module>
sys.exit(main())
File "/home/kormat/.local/lib/python3.8/site-packages/emojifs/__main__.py", line 138, in main
_add_slack_from_token(t)
File "/home/kormat/.local/lib/python3.8/site-packages/emojifs/__main__.py", line 125, in _add_slack_from_token
s = Slack(token=t)
File "/home/kormat/.local/lib/python3.8/site-packages/emojifs/slack.py", line 70, in __init__
r = self._request('GET', self._url('auth.test'))
File "/home/kormat/.local/lib/python3.8/site-packages/emojifs/slack.py", line 108, in _request
assert(j['ok'])
AssertionError
$
For the past few days, when i try to use emojifs, it fails with invalid_auth. Here's what a run looks like:
It was working fine last week.
I have another user who is encountering the same issue.
The text was updated successfully, but these errors were encountered: