Re: [shr-testing] phonelog wont run

2009-05-20 Thread arne anka
 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
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-testing] phonelog wont run

2009-05-20 Thread steffen . linux
I've the same problem and have already filed a bug report - 
http://trac.shr-project.org/trac/ticket/468

Could you attach the output that you posted in your mail?
 Original-Nachricht 
 Datum: Tue, 19 May 2009 20:23:08 -0700
 Von: jeremy jozwik jerjoz.for...@gmail.com
 An: List for Openmoko community discussion community@lists.openmoko.org
 Betreff: [shr-testing] phonelog wont run

 whenever i startup phonelog i get a crash screen right after the main
 window
 draws. phonelog was working at one point so im not sure what went bad but
 here is my terminal output.
 
 edge of your seat terminal excitment:
 
 $ phonelog
 Phonelog
 Initialized global vars
 Initializing gtk interface
 Showing main window
 Upright
 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'

-- 
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
für nur 17,95 Euro/mtl.!* 
http://dslspecial.gmx.de/freedsl-aktionspreis/?ac=OM.AD.PD003K11308T4569a

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[shr-testing] phonelog wont run

2009-05-19 Thread jeremy jozwik
whenever i startup phonelog i get a crash screen right after the main window
draws. phonelog was working at one point so im not sure what went bad but
here is my terminal output.

edge of your seat terminal excitment:

$ phonelog
Phonelog
Initialized global vars
Initializing gtk interface
Showing main window
Upright
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'
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community