cpoppema / docker-flexget

An auto updating FlexGet container.
82 stars 39 forks source link

addic7ed.py unexpected indent error #83

Open XxAcielxX opened 3 years ago

XxAcielxX commented 3 years ago

Hello,

Every time my container starts, I'm getting this error in my log.

2020-11-22 12:37:31 ERROR    stevedore.extension                 Could not load 'addic7ed': unexpected indent (addic7ed.py, line 234)

Specs: OS: LibreELEC 9.2.6 Architecture: arm64

Though flexget is working all good & I don't use addic7ed either.

Regards~

alexpearce92 commented 3 years ago

Stumbled onto this issue without using this product, but this error is due to an indentation problem in the script that addic7ed provides subliminal to service subtitle downloads via stevedore, though going forward the addic7ed provider likely won't work anyways because they are introducing captcha for authentication and blocking the subliminal user agent. Not sure if that applies to this project, but use the info as you see fit

Here's the line in question: https://github.com/Diaoul/subliminal/blob/a4113adb745dc5cd2da7254ee14802077237bb15/subliminal/providers/addic7ed.py#L234