Quote:
Originally Posted by skb
Code:
File "calibre_plugins.fanfictiondownloader_plugin.fanficdownloader.adapters.adapter_fictioningnet", line 109, in extractChapterUrlsAndMetadata
TypeError: object of type 'NoneType' has no len()
Line 109 is, I think, about the Story Title?
Code:
self.story.setMetadata('title',stripHTML(a)[:(len(a.string)-3)])
|
If that's line 109, sure. We're not seeing your code, you know.
So think about what happens before that--where did variable 'a' come from? What's in 'a'? Toss a line before that prints out the value of 'a'.