View Single Post
Old 12-29-2013, 06:43 PM   #2307
cryzed
Evangelist
cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.
 
cryzed's Avatar
 
Posts: 408
Karma: 1050547
Join Date: Mar 2011
Device: Kindle Oasis 2
Hey there, I've been using the fanficdownloader module as part of the scripts running on my Raspberry Pi for quite a while now. Recently I've started getting this error:

Code:
cryzed ~/fanfiction >>> python update.py
(30.12.2013) 00:38:50: + Checking story...
Traceback (most recent call last):
  File "update.py", line 205, in <module>
    main()
  File "update.py", line 160, in main
    if is_up_to_date(epub_path, adapter):
  File "update.py", line 74, in is_up_to_date
    remote_chapter_count = int(adapter.getStoryMetadataOnly().getMetadata('numChapters'))
  File "/home/cryzed/fanfiction/fanficdownloader/adapters/base_adapter.py", line 243, in getStoryMetadataOnly
    self.extractChapterUrlsAndMetadata()
  File "/home/cryzed/fanfiction/fanficdownloader/adapters/adapter_fanfictionnet.py", line 161, in extractChapterUrlsAndMetadata
    rating = a.string
AttributeError: 'NoneType' object has no attribute 'string'
I suppose this is a simple error in the fanfiction.net adapter module, due to recent changes of their site-layout. I run a script once daily to retrieve the latest release of the module, but it hasn't been updated for a bit apparently. Do you guys think it would be possible to once again update the downloadable module on the site?
cryzed is offline