Route does not fetch routes.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FoxtrotGPS |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
I just pulled in the tarball for 1.2.0, and compiled it on Debian 7.7 (Wheezy).
While trying the routing facility, I got an error message, "Oops! No Route found...". The trace to stdout looks like:
-------
(foxtrotgps:8197): Gtk-CRITICAL **: IA__gtk_
(foxtrotgps:8197): Gtk-CRITICAL **: IA__gtk_
REPOLIST == NULL
*** on_drawingarea1
pixmap created
Not autocentering map due to missing gps data
Not autocentering map due to missing gps data
(foxtrotgps:8197): Gtk-CRITICAL **: IA__gtk_
do_pickpoint():
do_pickpoint():
fetch_yournavig
HTTP-GET: size: 126, statuscode 200
OTHER XML ELEMENT: error
OTHER XML ELEMENT: description
-------
The two values are both latitudes, and likely correct. But I don't see any longitudes.
So I added a line:
-------
url = g_strdup_printf("http://
printf ("%s(): %s\n", __PRETTY_
if (!g_thread_
g_warning("### can't create route thread\n");
-------
and got:
-------
(foxtrotgps:11477): Gtk-CRITICAL **: IA__gtk_
(foxtrotgps:11477): Gtk-CRITICAL **: IA__gtk_
REPOLIST == NULL
*** on_drawingarea1
pixmap created
Not autocentering map due to missing gps data
Not autocentering map due to missing gps data
(foxtrotgps:11477): Gtk-CRITICAL **: IA__gtk_
do_pickpoint():
do_pickpoint():
fetch_yournavig
fetch_yournavig
HTTP-GET: size: 126, statuscode 200
OTHER XML ELEMENT: error
OTHER XML ELEMENT: description
-------
The two positions look like they are more or less correct (Hoback Junction and Alpine, Wyoming).
I then fell back to the Wheezy version of foxtrotgps, 1.1.1-2, and got the same error.
summary: |
- Route sends incorrect longitude to routing sites + Route does not fetch routes. |
On Sun, 2014-10-26 at 16:57 +0000, Charles Curley wrote:
> While trying the routing facility, I got an error message, "Oops! No
> Route found...". The trace to stdout looks like:
The issue is twofold:
The yournavigation.org dev API seems to just return errors.
The yournavigation.org APIs seems to have dropped gpx output.
I've fixed both of these just now in bzr trunk:
https:/ /bazaar. launchpad. net/~foxtrotgps -team/foxtrotgp s/trunk/ revision/ 287 /bazaar. launchpad. net/~foxtrotgps -team/foxtrotgp s/trunk/ revision/ 288
https:/
status fixcommitted
--
bye,
pabs
https:/ /wiki.debian. org/PaulWise