View Single Post
Old 11-17-2022, 04:03 PM   #7754
apm
Junior Member
apm began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Feb 2016
Device: none
I'm getting the same.

Code:
Traceback (most recent call last):
  File "/Users/x/.pyenv/versions/3.10.4/bin/fanficfare", line 33, in <module>
    sys.exit(load_entry_point('FanFicFare==4.16.0', 'console_scripts', 'fanficfare')())
  File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/site-packages/fanficfare/cli.py", line 344, in main
    dispatch(options, urls, passed_defaultsini, passed_personalini, warn, fail)
  File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/site-packages/fanficfare/cli.py", line 320, in dispatch
    do_download(url,
  File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/site-packages/fanficfare/cli.py", line 435, in do_download
    adapter.getStoryMetadataOnly()
  File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/site-packages/fanficfare/adapters/base_adapter.py", line 320, in getStoryMetadataOnly
    self.doExtractChapterUrlsAndMetadata(get_cover=get_cover)
  File "/Users/x/.pyenv/versions/3.10.4/lib/python3.10/site-packages/fanficfare/adapters/adapter_adultfanfictionorg.py", line 221, in doExtractChapterUrlsAndMetadata
    for i, chapter in enumerate(chapters.findAll('a')):
AttributeError: 'NoneType' object has no attribute 'findAll'

Last edited by apm; 11-17-2022 at 04:08 PM.
apm is offline   Reply With Quote