google-code-export / fanficdownloader

Automatically exported from code.google.com/p/fanficdownloader
0 stars 0 forks source link

Broken ff.net #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Are you using the CLI, web service or calibre plugin?
cli

What is the story URL?
https://www.fanfiction.net/s/3588623/1/Finishing-what-you-start

What is the output format you used?
html

If calibre plugin, did you use Add New, Update EPUB if New Chapters, Update
EPUB Always, Overwrite if Newer, Overwrite Always or Update Calibre
Metadata Only?

What steps will reproduce the problem?
1. debian wheezy all updates
2.
3.

What is the expected output? What do you see instead?
raceback (most recent call last):
  File "downloader.py", line 319, in <module>
    main(sys.argv[1:])
  File "downloader.py", line 248, in main
    adapter.getStoryMetadataOnly()
  File "/home/samn/fanficdownloader-4.4.87/fanficdownloader/adapters/base_adapter.py", line 243, in getStoryMetadataOnly
    self.extractChapterUrlsAndMetadata()
  File "/home/samn/fanficdownloader-4.4.87/fanficdownloader/adapters/adapter_fanfictionnet.py", line 161, in extractChapterUrlsAndMetadata
    rating = a.string
AttributeError: 'NoneType' object has no attribute 'string'

What version of the product are you using? On what operating system?
4.4.87 and 4.4.85 result in same error

Please provide any additional information below.
Was working before then updated all packages and now broken no matter what 
settings I try.

Original issue reported on code.google.com by lokasenn...@gmail.com on 1 Jan 2014 at 5:18

GoogleCodeExporter commented 9 years ago
Already fixed in 4.4.89.

Due to code.google's plan to disallow new 'Downloads' in the next couple 
months, the download URL for CLI is different now:

http://fanficdownloader.googlecode.com/hg/fanficdownloader.zip

Original comment by retiefj...@gmail.com on 1 Jan 2014 at 5:54