The Following User Says Thank You to webhamster For This Useful Post: | ||
|
2010-06-09
, 07:13
|
Posts: 18 |
Thanked: 4 times |
Joined on Jun 2010
@ Switzerland
|
#82
|
As a sidenote; I also tried today adding google maps as a map source, based on your blog post, but so far haven't been able to switch to those maps. It just seems to keep showing open street maps even though I've selected google maps. Maybe something wrong with my config, I need to check that, when I have time.
"map_providers": [ [ "OSM", { "prefix": "OpenStreetMap I", "remote_url": "http://128.40.168.104/mapnik/%(zoom)d/%(x)d/%(y)d.png" } ], [ "OCM", { "prefix": "OpenCycleMap", "remote_url": "http://andy.sandbox.cloudmade.com/tiles/cycle/%(zoom)d/%(x)d/%(y)d.png" } ], [ "GMapStr", { "prefix": "Google Maps", "remote_url": "http://mt1.google.com/vt/v=w2.97&x=%(x)d&y=%(y)d&z=%(zoom)d" } ], [ "GMapSat", { "prefix": "Google Satellite", "remote_url": "http://khm1.google.com/kh/v=51&x=%(x)d&y=%(y)d&z=%(zoom)d" } ] ],
The Following User Says Thank You to tobru For This Useful Post: | ||
|
2010-06-09
, 11:01
|
Posts: 22 |
Thanked: 10 times |
Joined on Jun 2010
|
#83
|
I've not got any reports from any other user with this problem. If you want to see the debug messages, please run AGTL from the command line:
- open xterm (press ctrl+shift+x)
- type python2.5 /opt/advancedcaching/core.py --hildon > debug.log 2>&1
Then use AGTL a few minutes. This will produce a file called debug.log, which you can post here.
You can also try and see if the problem is not related to the GPS, but to the display. For this purpose, a GPS simulation is built in. To run it, type
python2.5 /opt/advancedcaching/core.py --hildon --sim
and check if you get a GPS fix (at least most of the time).
Traceback (most recent call last): File "/opt/advancedcaching/core.py", line 636, in __read_gps_cb_changed self.gui.on_good_fix(fix) File "/opt/advancedcaching/simplegui.py", line 1100, in on_good_fix self._draw_arrow() File "/opt/advancedcaching/simplegui.py", line 513, in _draw_arrow sun_angle = astral.get_sun_azimuth_from_fix(self.gps_data) File "/opt/advancedcaching/astral.py", line 571, in get_sun_azimuth_from_fix sunrise = a.sunrise_utc(fix.timestamp, fix.position.lat, -fix.position.lon) File "/opt/advancedcaching/astral.py", line 147, in sunrise_utc sunrise = datetime.datetime(date.year, date.month, date.day, hour, minute, second) ValueError: minute must be in 0..59
/opt/advancedcaching/simplegui.py:675: DeprecationWarning: integer argument expected, got float self.pixmap, -self.draw_at_x + self.drag_offset_x - self.draw_root_x, -self.draw_at_y + self.drag_offset_y - self.draw_root_y, 0, 0, width, height)
|
2010-06-14
, 09:49
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#84
|
|
2010-06-14
, 09:50
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#85
|
|
2010-06-15
, 11:11
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#86
|
|
2010-06-15
, 17:18
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#87
|
|
2010-06-16
, 05:49
|
Posts: 22 |
Thanked: 10 times |
Joined on Jun 2010
|
#88
|
The logs look unsuspicuous, except for the error message. Are you using the built-in gps?
|
2010-06-26
, 10:19
|
Posts: 1 |
Thanked: 0 times |
Joined on Jun 2010
@ Finland
|
#89
|
I've not got any reports from any other user with this problem. If you want to see the debug messages, please run AGTL from the command line:
- open xterm (press ctrl+shift+x)
- type python2.5 /opt/advancedcaching/core.py --hildon > debug.log 2>&1
Then use AGTL a few minutes. This will produce a file called debug.log, which you can post here.
You can also try and see if the problem is not related to the GPS, but to the display. For this purpose, a GPS simulation is built in. To run it, type
python2.5 /opt/advancedcaching/core.py --hildon --sim
and check if you get a GPS fix (at least most of the time).
|
2010-06-27
, 11:20
|
Posts: 88 |
Thanked: 35 times |
Joined on Jun 2010
|
#90
|
- open xterm (press ctrl+shift+x)
- type python2.5 /opt/advancedcaching/core.py --hildon > debug.log 2>&1
Then use AGTL a few minutes. This will produce a file called debug.log, which you can post here.
You can also try and see if the problem is not related to the GPS, but to the display. For this purpose, a GPS simulation is built in. To run it, type
python2.5 /opt/advancedcaching/core.py --hildon --sim
and check if you get a GPS fix (at least most of the time).