View Single Post
Old 11-17-2022, 11:48 PM   #7757
oenwolf
Junior Member
oenwolf began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jul 2020
Device: none
Quote:
Originally Posted by JimmXinu View Post
Removed NSFW link for you.

What misbehavior are you seeing? Looks like that story downloaded fine for me.
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'
oenwolf is offline   Reply With Quote