google-code-export / fanficdownloader

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

CLI can't download from fanfiction.net #47

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?
Example: www.fanfiction.net/s/6680379/1/Heresy
But all pages from fanfiction.net, really.

What is the output format you used?
html

What steps will reproduce the problem?
Trying to download as usual: 
python downloader.py -f html  http://www.fanfiction.net/s/6680379/1/Heresy

What is the expected output? What do you see instead?
Html. Error message.

What version of the product are you using? On what operating system?
version 4.4.50, Ubuntu 12.04

Please provide any additional information below.
I have no idea what happened. Only the day before it worked fine. Now this is 
the error message I get for any and all links I'm trying to download per CLI, 
while the web app works just fine as always:

Traceback (most recent call last):
  File "downloader.py", line 264, in <module>
    main(sys.argv[1:])
  File "downloader.py", line 200, in main
    adapter.getStoryMetadataOnly()
  File "/home/fanficdownloader-4.4.50/fanficdownloader/adapters/base_adapter.py", line 238, in getStoryMetadataOnly
    self.extractChapterUrlsAndMetadata()
  File "/home/fanficdownloader-4.4.50/fanficdownloader/adapters/adapter_fanfictionnet.py", line 163, in extractChapterUrlsAndMetadata
    for b in graydiv.findAll('button'):
AttributeError: 'NoneType' object has no attribute 'findAll'

Original issue reported on code.google.com by amelie...@web.de on 29 Mar 2013 at 2:13

GoogleCodeExporter commented 9 years ago
Already fixed in CLI v4.4.52.  Please try the latest version before reporting 
issues.

Original comment by retiefj...@gmail.com on 29 Mar 2013 at 3:05