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
Hi,
i love your bot, but i'm having an issue setting it up.
no matter what i do or try, i cant get sonarr_series_command_aliases and readarr_book_command_aliases to work with several values.
as soon as i put several values for sonarr, the docker container (toddrob/searcharr:latest) just loops with a python error.
setting several values for radarr works fine.
and setting any value for readarr_book_command_aliases never works, not even with a single one, and reverts to its default.
2023-05-16 18:58:50,731 - INFO - searcharr(139795833956160):66 - Searcharr v3.2.1 - Logging started!
2023-05-16 18:58:51,895 - WARNING - searcharr(139795833956160):362 - No readarr_book_command_aliases setting found. Please add readarr_book_command_aliases to settings.py (e.g. readarr_book_command_aliases=["book", "bk"]. Defaulting to ["book"].
i attached the settings.py with the lines i tried.
wops.. had an alias with a space in sonarr_series_command_aliases .. that fixed the reboot-loop..
readarr_book_command_aliases still does not get recognized though..
sorry that i keep adding notes to this, but.. if i just use readarr_book_command_aliases, it does not get recognized and defaults to book, but runs.
if i replace it with readarr_movie_command_aliases, the app crashes and bootloops.
but if i use both, it works just the way i hoped it would.
Thanks for posting. There is actually a bug in the searcharr code that it's looking for readarr_movie_command_aliases instead of readarr_book_command_aliases, and if the movie version isn't in the settings file, it will set the book version (the actual setting) to the default value. I'm sure this was a copy/paste mistake. I will be fixing this in v3.2.2 shortly. I also corrected the wiki.
Hi,
i love your bot, but i'm having an issue setting it up.
no matter what i do or try, i cant get sonarr_series_command_aliases and readarr_book_command_aliases to work with several values.
as soon as i put several values for sonarr, the docker container (toddrob/searcharr:latest) just loops with a python error.
setting several values for radarr works fine.
and setting any value for readarr_book_command_aliases never works, not even with a single one, and reverts to its default.
2023-05-16 18:58:50,731 - INFO - searcharr(139795833956160):66 - Searcharr v3.2.1 - Logging started!
2023-05-16 18:58:51,895 - WARNING - searcharr(139795833956160):362 - No readarr_book_command_aliases setting found. Please add readarr_book_command_aliases to settings.py (e.g. readarr_book_command_aliases=["book", "bk"]. Defaulting to ["book"].
i attached the settings.py with the lines i tried.
settings.py.txt
maybe someone has a hint what i'm doing wrong?
The text was updated successfully, but these errors were encountered: