basse
|
2010-05-20
, 20:59
|
Posts: 18 |
Thanked: 2 times |
Joined on Dec 2009
@ Helsinki, Finland
|
#81
|
|
2010-05-21
, 11:19
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#82
|
|
2010-06-01
, 09:01
|
Posts: 18 |
Thanked: 2 times |
Joined on Dec 2009
@ Helsinki, Finland
|
#83
|
|
2010-06-03
, 11:00
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#84
|
Any progress on debugging the missing database connection problem? Or any suggestions as to what I could try myself to fix it?
The Following User Says Thank You to rambo For This Useful Post: | ||
|
2010-06-04
, 06:28
|
Posts: 18 |
Thanked: 2 times |
Joined on Dec 2009
@ Helsinki, Finland
|
#85
|
Edit2: 0.5.6 in extras-devel (I have not tested it myself yet, need to go now will test later in the evening)
Got user #2: Maemo, User storage.instance.update_caches() reports: ppd_c=0.0, ppw_c=0.0, nppw_c=0.0 Segmentation fault
File "/opt/maecalories/libs/pointslog.py", line 81, in save entry.points = float(self.points.get_text()) ValueError: invalid literal for float(): 1,5 Segmentation fault
The Following User Says Thank You to basse For This Useful Post: | ||
|
2010-06-04
, 10:10
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#86
|
Thanks to the new packaging I finally managed to install maecalories from extras-devel, and even to get it to run. But when I try to input my anything it segfaults with the following error message:
Code:Got user #2: Maemo, User storage.instance.update_caches() reports: ppd_c=0.0, ppw_c=0.0, nppw_c=0.0 Segmentation fault
I also found out that you cannot use the character "," as decimal separator, and for some strange reason I can only input "." with the virtual keyboard. Here's the error message:
Code:File "/opt/maecalories/libs/pointslog.py", line 81, in save entry.points = float(self.points.get_text()) ValueError: invalid literal for float(): 1,5 Segmentation fault
|
2010-06-04
, 12:11
|
Posts: 18 |
Thanked: 2 times |
Joined on Dec 2009
@ Helsinki, Finland
|
#87
|
|
2010-06-18
, 10:20
|
Posts: 12 |
Thanked: 1 time |
Joined on Jan 2010
|
#88
|
|
2010-06-18
, 23:26
|
Posts: 12 |
Thanked: 1 time |
Joined on Jan 2010
|
#89
|
|
2010-06-19
, 11:27
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#90
|
Hi,
I debuged the segmentation fault and found that the problem is probably in midgard: