failed to save secret, path: /etc/playit/playit.toml
Seems to be due to /etc/playit/ not existing; creating that directory fixed this issue.
Not 100% sure this is an issue with playit itself, as I installed on Arch Linux via AUR. Although, I checked the PKGBUILD and it seems it just unpacks the .deb file and moves the included files to the proper locations, and all that it grabs from /etc/ is logrotate.d/playit.
Seems either the install process should create /etc/playit/ or playit setup should create it if it doesn't exist.
failed to save secret, path: /etc/playit/playit.tomlSeems to be due to /etc/playit/ not existing; creating that directory fixed this issue.
Not 100% sure this is an issue with playit itself, as I installed on Arch Linux via AUR. Although, I checked the PKGBUILD and it seems it just unpacks the .deb file and moves the included files to the proper locations, and all that it grabs from /etc/ is logrotate.d/playit.
Seems either the install process should create /etc/playit/ or
playit setupshould create it if it doesn't exist.