This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marki94
Recipients marki94, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-12-15.19:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513367207.62.0.213398074469.issue32340@psf.upfronthosting.co.za>
In-reply-to
Content
Traceback (most recent call last):
  File "H:\Whatsapp_Xtract_V2.2_2012-11-17\whatsapp_xtract.py", line 2453, in <module>
    main(sys.argv[1:])
  File "H:\Whatsapp_Xtract_V2.2_2012-11-17\whatsapp_xtract.py", line 1921, in main
    linkimage = findfile ("IMG", y.media_size, y.local_url, date, 2)
  File "H:\Whatsapp_Xtract_V2.2_2012-11-17\whatsapp_xtract.py", line 1266, in findfile
    timestamptoday = int(str(time.mktime(datetime.datetime.strptime(date, "%Y%m%d").timetuple()))[:-2])
  File "C:\Python27\lib\_strptime.py", line 332, in _strptime
    (data_string, format))
ValueError: time data 'N/A' does not match format '%Y%m%d'
Press any key to continue . . .
History
Date User Action Args
2017-12-15 19:46:47marki94setrecipients: + marki94, paul.moore, tim.golden, zach.ware, steve.dower
2017-12-15 19:46:47marki94setmessageid: <1513367207.62.0.213398074469.issue32340@psf.upfronthosting.co.za>
2017-12-15 19:46:47marki94linkissue32340 messages
2017-12-15 19:46:47marki94create