Closed itsgiff closed 1 year ago
Try to setup linuxserver lidarr docker develop tag and see if it works.
This is the same as that, so if it doesn't work there, then it's a problem upstream.
Edit: Another thought, if your using vpn, that could be why.
Not entirely sure how to do that. Do I just add your scripts after the fact?
Try the next update after it builds, I switched it to use localhost for api call, instead of loopback address. I don't have any faith that it will make a difference, but its worth a try....
This seems like it's isolated to your particular configuration, so I'm not sure how much I could help to resolve it.... If it was a wide spread problem, everyone would be reporting it...
Edit:
After reviewing your steps to reproduce, did you manually generate a new api key? If you did, maybe that is the cause... but a simple container restart would resolve that....
I did manually update the api key as well.
Did you restart the container after updating the key?
Yes
Welp - I deleted the config.xml again and it worked. I compared the two config files and found these differences:
Strange but it's completing the scripts and working as intended.
bad config:
<Config>
<LogLevel>Info</LogLevel>
<Port>8686</Port>
<UrlBase>/</UrlBase>
<BindAddress>*</BindAddress>
<SslPort>6868</SslPort>
<EnableSsl>False</EnableSsl>
<ApiKey>xxx</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod>
<Branch>develop</Branch>
<LaunchBrowser>False</LaunchBrowser>
<UpdateMechanism>Docker</UpdateMechanism>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
<InstanceName>Lidarr</InstanceName>
</Config>
working config:
<Config>
<LogLevel>info</LogLevel>
<UrlBase></UrlBase>
<UpdateMechanism>Docker</UpdateMechanism>
<BindAddress>*</BindAddress>
<Port>8686</Port>
<SslPort>6868</SslPort>
<EnableSsl>False</EnableSsl>
<LaunchBrowser>True</LaunchBrowser>
<ApiKey>xxx</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod>
<Branch>develop</Branch>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
<InstanceName>Lidarr</InstanceName>
</Config>
Describe the bug Getting errors in logs about lidarr not being ready
To Reproduce Steps to reproduce the behavior:
Expected behavior I get tons on wonderful .flac's from deemix
Log Data From Audio.txt:
From Lidarr.txt:
Docker Info:
Additional context