question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unexpected crash in plugin discover: NoneType object has no attribute 'text'

See original GitHub issue

Expected behaviour:

List of new episodes are sent to remote deluge daemon

Actual behaviour:

Unexpected crash has occurred. BUG: Unhandled error in plugin discover: ‘NoneType’ object has no attribute ‘text’

Steps to reproduce:

I can reproduce it using my config, but I’m unable to figure out how to gather more detailed information (aside from setting flexget’s log to debug).

This issue didn’t start occurring until I updated flexget to the latest version. Since then, I’ve tried the latest version as well as the development version. I’ve even tried different versions of Python. At the time of this writing, I’m using:

flexget 2.9.7.dev python 2.7.9

I’m pretty new at flexget, but I think the issue with related with this search string: https://iptorrents.com/t?4=&5=&22=&q=Teen+Wolf+S06E08&qf=

Config:

http://pastebin.com/6sLVmUSe

Log:

http://pastebin.com/AY1pqZuP

Additional information:

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ianstalkcommented, Jan 23, 2017

Got it. I’ll have a PR ready in a few minutes.

1reaction
zepheriscommented, Jan 19, 2017

@gazpachoking

I’ve never submitted a PR before, but I’ll try to submit one sometime this weekend. (if anybody else wants to do that beforehand, I won’t be angry, LOL)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix error "NoneType' object has no attribute text"?
In this case it seems like your variable html is a BeautifulSoup object, and it can't find a td tag with a class...
Read more >
How To Fix Error: 'NoneType' Object Has No Attribute 'Group'?
Summary: NoneType attribute error occurs when the type of object being ... with regards to that object, it will fail or return an...
Read more >
qgis plugin: 'NoneType' object has no attribute 'attributeList'
I try developing a QGIS plugin for the first ...
Read more >
Pulp yum importer: NoneType object has no attribute 'findall'
Problem: Syncing yum repos to the proxies always fails to complete if it can't process the comps.xml properly. ... Because the AppStream's repo ......
Read more >
10765 (AttributeError: 'NoneType' object has no attribute 'strip')
This happens on two different installations. Both are not new ones; they started their life with Trac 0.12 and the then-current version of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found