> Traceback (most recent call last): > File "/usr/bin/phonelog", line 752, in <module> > incoming.populateList() > File "/usr/bin/phonelog", line 223, in populateList > tmp_duration = int(call[3]) > ValueError: invalid literal for int() with base 10: '00:30'
apparently the sql query either returns a string or formats wrong. you should check, where the query is constructed/used and open the sqlite db to try it out and find the right format, that returns an int (probably the seconds) instead of a time string. _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

