Open GoogleCodeExporter opened 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
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
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
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
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
Original issue reported on code.google.com by
hugo.wei...@googlemail.com
on 1 Nov 2014 at 5:51