Activity log for bug #593265

Date Who What changed Old value New value Message
2010-06-13 08:26:44 Navigium bug added bug
2010-06-13 08:28:20 Navigium description I started heybuddy pretending I'm on a swiss german computer with 'LC_ALL=de_CH.utf8 heybuddy'. Then there is some problem with date string conversion. I don't know whether this is really heybuddys fault or a misconfiguration on my system... http://identi.ca/api/statuses/friends_timeline/navigium.xml?since_id=0 http://identi.ca/api/statuses/mentions/navigium.xml?since_id=0 emitting statusesXML signal Traceback (most recent call last): File "/usr/bin/heybuddy", line 277, in process_statusesXML data = self.xmlprocessor.get_dent_data(status) File "/usr/share/heybuddy/XMLProcessor.py", line 85, in get_dent_data t = time.mktime(time.strptime(created,"%a %b %d %H:%M:%S +0000 %Y") ) File "/usr/lib/python2.6/_strptime.py", line 454, in _strptime_time return _strptime(data_string, format)[0] File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime (data_string, format)) ValueError: time data u'Sun Jun 13 06:22:41 +0000 2010' does not match format '%a %b %d %H:%M:%S +0000 %Y' I started heybuddy pretending I'm on a swiss german computer with 'LC_ALL=de_CH.utf8 heybuddy' (on Arch Linux). Then there is some problem with date string conversion. I don't know whether this is really heybuddys fault or a misconfiguration on my system... http://identi.ca/api/statuses/friends_timeline/navigium.xml?since_id=0 http://identi.ca/api/statuses/mentions/navigium.xml?since_id=0 emitting statusesXML signal Traceback (most recent call last):   File "/usr/bin/heybuddy", line 277, in process_statusesXML     data = self.xmlprocessor.get_dent_data(status)   File "/usr/share/heybuddy/XMLProcessor.py", line 85, in get_dent_data     t = time.mktime(time.strptime(created,"%a %b %d %H:%M:%S +0000 %Y") )   File "/usr/lib/python2.6/_strptime.py", line 454, in _strptime_time     return _strptime(data_string, format)[0]   File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime     (data_string, format)) ValueError: time data u'Sun Jun 13 06:22:41 +0000 2010' does not match format '%a %b %d %H:%M:%S +0000 %Y'
2010-06-13 18:27:33 jezra heybuddy: status New Confirmed
2010-06-16 03:48:19 jezra heybuddy: importance Undecided High
2010-06-16 03:48:20 jezra heybuddy: status Confirmed Fix Committed
2010-06-17 22:58:40 jezra heybuddy: status Fix Committed Fix Released