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 first run of twacapic fails if the results-directory is not present.
❯ twacapic
Hello friend …
Please enter your API key:XXX
Please enter your API secret:XXX
Traceback (most recent call last):
File "/home/user/repos/twacapic/.venv/bin/twacapic", line 5, in<module>run()
File "/home/user/repos/twacapic/twacapic/main.py", line 95, in run
one_run(args.userlist, args.groupname, args.group_config)
File "/home/user/repos/twacapic/twacapic/main.py", line 85, in one_run
user_group = UserGroup(path=userlist, name=groupname,
File "/home/user/repos/twacapic/twacapic/collect.py", line 34, in __init__
item foritemin os.listdir(self.path) if os.path.isdir(
FileNotFoundError: [Errno 2] No such file or directory: 'results/u'
The text was updated successfully, but these errors were encountered:
The first run of
twacapic
fails if theresults
-directory is not present.The text was updated successfully, but these errors were encountered: