Are you sure have the most recent test version? (see link in my sig) Because that's exactly what changed...
Because if you do, we'll have to try things like a special build that dumps the page contents to log and you sending the log to me off thread.
Quote:
Originally Posted by oenwolf
I ran calibre-debug. Traceback below.
Code:
Traceback (most recent call last):
File "calibre_plugins.fanficfare_plugin.dialogs", line 721, in do_loop
self.foreach_function(book)
File "calibre_plugins.fanficfare_plugin.fff_plugin", line 1343, in prep_download_loop
story = self.get_story_metadata_only(adapter)
File "calibre_plugins.fanficfare_plugin.fff_plugin", line 1215, in get_story_metadata_only
adapter.getStoryMetadataOnly(get_cover=False)
File "/Users/partwalk/Library/Preferences/calibre/plugins/FanFicFare.zip/fanficfare/adapters/base_adapter.py", line 320, in getStoryMetadataOnly
self.doExtractChapterUrlsAndMetadata(get_cover=get_cover)
File "/Users/partwalk/Library/Preferences/calibre/plugins/FanFicFare.zip/fanficfare/adapters/adapter_adultfanfictionorg.py", line 221, in doExtractChapterUrlsAndMetadata
for i, chapter in enumerate(chapters.findAll('a')):
AttributeError: 'NoneType' object has no attribute 'findAll'
|