View Single Post
Old 04-26-2014, 02:28 PM   #2596
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Code:
Traceback (most recent call last):
  File "downloader.py", line 317, in <module>
    main(sys.argv[1:])
  File "downloader.py", line 248, in main
    adapter.getStoryMetadataOnly()
  File "/fanficdownloadercli/fanficdownloader/adapters/base_adapter.py", line 261, in getStoryMetadataOnly
    self.story.setMetadata('dateUpdated',self.story.getMetadataRaw('datePublished'))
  File "/fanficdownloadercli/fanficdownloader/story.py", line 269, in setMetadata
    self.addToList('lastupdate',value.strftime("Last Update Year/Month: %Y/%m"))
AttributeError: 'NoneType' object has no attribute 'strftime'
Thank you for the cli suggestion I used the Imagine.e-fic adapter as base for the new adapter. What do I need to change?
Firedancer885 is offline