-
Notifications
You must be signed in to change notification settings - Fork 278
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
[APP SUBMITTED]: AttributeError: 'NoneType' object has no attribute 'get_text' #4993
Comments
Temporary issue or did they change the HTML? |
Seems like the HTML has changed, been getting this always now. |
INFOPython Version: ERROR2018-09-06 09:55:55 ERROR SEARCHQUEUE-MANUAL-290853 :: [Speedcd] :: [8c41571] Failed parsing provider. Traceback (most recent call last): File "/home/osmc/Medusa/medusa/providers/torrent/html/speedcd.py", line 132, in parse title = cells[1].find('a', class_='torrent').get_text() AttributeError: 'NoneType' object has no attribute 'get_text' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
Seems something changed in the second field of the row. It expects to find an anchor. Can you post a piece of html for these rows? |
I can have a look if someone gives me temporary access. |
Edit |
Try changing
to
That should be all that's needed. |
Can anyone confirm if it worked? |
Can only on Monday |
Doesn't fix it @medariox
|
In that case, I'll need access from any of you. You can PM me on Slack. |
Fixed with #5190 |
INFO
Python Version:
2.7.9 (default, Sep 17 2016, 20:26:04) [GCC 4.9.2]
Operating System:
Linux-4.9.35-v7+-armv7l-with-debian-8.0
Locale:
UTF-8
Branch: bugfix/imdb-none
Database:
44.12
Commit: 4e21883
Link to Log: https://gist.github.com/15695a17210f4eefab418e5f82e0d89b
ERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered: