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?