Unpackerr/unpackerr

Lidarr not used, but container wouldn't run

AustinTylerDean opened this issue · 7 comments

It might have been the fact that I changed the the Lidarr default url to include my IP address? But either way I didn't fill in the Lidarr API and it wouldn't run.

Maybe you can sprinkle some magic that only errors out if the API is used. But I got it running by deleting the Lidarr URL and API lines in the container config screen.

Thanks for keeping this updated! I has no idea what I would do without it.

Providing an invalid configuration (a url without an api key) generates an error on startup. If you're asking me to change that, sorry no, too many folks would be negatively affected. If you're asking for something else, please elaborate.

Is this an unRaid report or another OS that comes with pre-populated fields?

Which template did you use?

The one I maintain is here: https://github.com/selfhosters/unRAID-CA-templates/blob/master/templates/unpackerr.xml#L17-L18
And you can see it says:

If you don't use one of Lidarr, Sonarr or Radarr, simply empty those two fields for that app and it wont be polled.

In bold even. The two fields it refers to are url and api key. Is that inaccurate?

I checked the hotio template too, and he doesn't use env variables. His template mounts /config and uses a config file by default. There's no description at all.

I'm not aware of a third template, so this may just be a case of your eyes playing tricks on you.

Glad you got it working! Thanks for the report!