-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'NoneType' object has no attribute 'check' #1353
Comments
@LASER-Yi any idea since you've reworked the enabled_providers settings? |
No idea about this one, but it doesn't related to enabled_providers settings cause you got the following line in debug logs
|
@Prince25 just to be sure, can you try disabling bsplayer and see if it prevent the issue from happening? |
Removed |
Ok, as soon as I disable Yify, I'm not able to reproduce the error at all. Can you test on your side? |
Should be fixed in 0.9.4-beta.12. You will need to clear enabled_providers, restart Bazarr and select them again in Settings-->Providers. |
Will I be able to install it using a docker container? I see that the images are still |
If will be released during the next 12 hours. |
Yes, That fixed it. Thanks! |
…dled-dependencies * upstream/development: Release 0.9.4-beta.12 no log: Changed package_info file location no log: Fine-tuning fix for tvsubtitles provider Fixed tvsubtitles provider morpheus65535#1354 no log: Remove Generate Package Info step no log: Add a step to generate package info Fixed some providers key to match the actual providers name in subliminal_patch morpheus65535#1353 Updated the init process to get the branch from package_info in docker images no log: Add a step to build standalone version in action and upload to asset
Describe the bug
Searching for subtitle(s) results in
'NoneType' object has no attribute 'check'
error.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get some subtitles.
Screenshots
Also, here's a full debug log which shows it indeed finds the subtitle before giving an error.
full log.log
Software
Additional context
I've spent 2+ hours trying to fix this bug by following all of the steps in the following issues: #1344, #303, #325
I deleted the db folder and restarted the docker container. My
config.ini
does contain the providers:.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: