mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-05-28 02:21:42 -04:00
JAR file not respecting my config.edn options #86
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rundro on GitHub (Jan 31, 2023).
Describe the bug
I can fill out the config.edn file with my options but in discord the bot will still prompt me for my profile and root folder selection, i've specified them in the config file. It's also not respecting my partial seasons, season folders, and msg style options. I am using the JAR file as a system service. I've also tried using the "id" value of each profile/root folder with no luck.
Expected behavior
The bot accepts my config.edn defined options and doesnt prompt me for those details when requesting in discord.
Screenshots

Logs
Please copy out the log in it's entirety, please make sure to hide any potential secrets/API keys - although they should be censored via the logging program.
Additional context
Communicates fine with discord which is odd, so it sees the discord token. It just wont respect the optional settings in the config. Says its a valid config file on startup.
@kiranshila commented on GitHub (Jan 31, 2023):
Semicolons are comments in the EDN format, you should remove them if you don't want those lines commented out.
@rundro commented on GitHub (Jan 31, 2023):
Woof not one of my finer moments here. Thank you!