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
I am trying to run hickory on PopOS (which I think is a variant of ubuntu) and it seems to complain about the folder structure.
hickory schedule scripts/grab_issues.py --every 2hours
Traceback (most recent call last):
File "/home/vincent/Development/gh-dashb/venv/bin/hickory", line 8, in <module>
sys.exit(main())
File "/home/vincent/Development/gh-dashb/venv/lib/python3.7/site-packages/hickory/cli.py", line 83, in main
schedule(args.script, args.every)
File "/home/vincent/Development/gh-dashb/venv/lib/python3.7/site-packages/hickory/cli.py", line 35, in schedule
schedule_systemd(label, working_directory, which_python, script, every)
File "/home/vincent/Development/gh-dashb/venv/lib/python3.7/site-packages/hickory/systemd.py", line 74, in schedule_systemd
dump_string(service, f"{SYSTEMD_PATH}/{label}.service")
File "/home/vincent/Development/gh-dashb/venv/lib/python3.7/site-packages/hickory/systemd.py", line 66, in dump_string
with open(path, "w") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/vincent/.config/systemd/user/hickory.3825d9.scripts/grab_issues.py.service'
I can confirm that the /home/vincent/.config/systemd/user path exists, so maybe this is a file that didn't get created?
I am trying to run hickory on
PopOS
(which I think is a variant of ubuntu) and it seems to complain about the folder structure.I can confirm that the
/home/vincent/.config/systemd/user
path exists, so maybe this is a file that didn't get created?Environment:
The text was updated successfully, but these errors were encountered: