whatdaybob / sonarr_youtubedl

A Sonarr companion script to allow the automatic downloading of web series normally not available for Sonarr to search for. Using Youtube-DL it allows you to download your webseries from the list of supported sites.
107 stars 34 forks source link

AttributeError: 'bool' object has no attribute 'lower' #30

Closed Glynax closed 2 years ago

Glynax commented 2 years ago

I'm getting this error somewhat randomly but always at some point during the run. All my series in the config file are identical except the URL. Even with debug on I'm not really sure what's causing this one. Running on the dev build as of 4/11/2022 with docker-compose. It does add shows up until it dies on this though. image image

whatdaybob commented 2 years ago

Hi @Glynax, seems like I introduced a silly bug there. I have pushed a fix to dev, it will be in the dev docker builds shortly

Glynax commented 2 years ago

Appreciate the quick response. Wasn't sure if I was hitting a bug or something of my own making.