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
Looks like it is no longer included, or is encoded somehow.
$ pipenv run python export.py --concurrent-requests 3 github/
Loading .env environment variables…
Traceback (most recent call last):
File "export.py", line 179, in <module>
loop.run_until_complete(main())
File "/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
File "export.py", line 161, in main
token = await _fetch_api_token(session, base_url)
File "export.py", line 102, in _fetch_api_token
raise Exception("Could not parse API token from remote data! Regex requires updating.")
Exception: Could not parse API token from remote data! Regex requires updating.
The text was updated successfully, but these errors were encountered:
Although when I plug in the information of another workspace I want to upload emojis to, no go:
$ pipenv run python upload.py github/*.png
Loading .env environment variables…
Traceback (most recent call last):
File "upload.py", line 183, in <module>
main()
File "upload.py", line 111, in main
session = _session(args)
File "upload.py", line 40, in _session
session.api_token = _fetch_api_token(session)
File "upload.py", line 106, in _fetch_api_token
raise ParseError("No api_token found in page")
__main__.ParseError: No api_token found in page
Looks like it is no longer included, or is encoded somehow.
The text was updated successfully, but these errors were encountered: