GCTour / gctour_orig

Automatically exported from code.google.com/p/gctour
1 stars 1 forks source link

"download gpx", "send to gps" and "view on map" don't work #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. log in to groundspeak
2. load or create a tour
3. choose one of the functions "download gpx", "send to gps" or "view on map". 

All functions complain that I must be logged in. Error message is "GC3VPG5:You 
need to be logged, please login in ..."

I am using version 2.3.14271 with FF31.1.0, greasemonkey 2.3 under OpenSuse 
13.1. Other greasemonkey script used is send2cgeo.

greetings

hugo

Original issue reported on code.google.com by hugo.wei...@googlemail.com on 1 Nov 2014 at 5:51

GoogleCodeExporter commented 8 years ago
I recently had the same problem with Firefox 32.0, GreaseMonkey 2.2 and  
Windows 7. Eventually I found out the option "Accept third-party cookies" in 
Firefox had to be enabled to restore gctour's functionality. I think the 
internal use of GM_xmlhttpRequest instead of XMLHttpRequest may be responsible 
for this new behaviour. 

With Chrome 38 und TamperMonkey 3.9 even the above mentioned setting doesn't 
help, gctour doesn't work.

Kind regards

H.

Original comment by h.w.smar...@googlemail.com on 6 Nov 2014 at 12:28

GoogleCodeExporter commented 8 years ago
Yep! That was the problem. But if you don't want to accept all third party 
cookies - as I do ;-) - it is sufficient to allow http://www.geocaching.com 
under exceptions.

IMHO this issue can be closed.

Thanks for the help

hugo

Original comment by hugo.wei...@googlemail.com on 6 Nov 2014 at 7:28

GoogleCodeExporter commented 8 years ago
I enabled the option "Accept third-party cookies" in Firefox. Now I get the 
error message "GPX error" and I can not make any gpx-downlad.

Thanks for helping!
robert

Original comment by RobertPe...@gmail.com on 21 Nov 2014 at 9:51

GoogleCodeExporter commented 8 years ago
Ich hatte auch die Probleme mit GCTour build 14271, dass immer nur die 
Fehlermeldung "GPX Error" kam. Auch das Laden auf mein GPS war nicht möglich. 
Ich habe nach etwas Forschen den Fehler wie folgt behoben: Das GCTour Script 
öffnen und die Zeile 2773

date_format = $('select#ctl00_ContentBody_uxDateTimeFormat option:selected', 
response_div).val();

durch diese Zeile ersetzen:

date_format = $('select#SelectedDateFormat option:selected', 
response_div).val();

Seither funktioniert bei mir wieder der GPX Download und auch das direkte Laden 
auf das GPS.

Grüße
skg

Original comment by skg4...@gmail.com on 26 Jan 2015 at 9:04

GoogleCodeExporter commented 8 years ago
Danke für die Infos bisher. Wenn ich aber die Änderung im GC Tour Script 
ausführe wie von skg4 beschrieben, wird das Script nicht mehr ausgeführt? 
Zumindest ist dann das GCTour Logo links auf der Seite, mit dem man die Toolbar 
"ausklappt" nicht vorhanden.

Mache ich die Änderung Rückgängig, geht's wieder aber mit dem "GPX Error" 
beim Versuch die GPX Daten herunterzuladen.

Weiss vielleicht jmd. Rat für mich?

Danke

Original comment by mbecker....@gmail.com on 2 Mar 2015 at 11:06