General Topics :  geo-*- Rick Richardson's Linux Tools for Geocaching The fastest message board... ever.
 
BUG: gc.com changed the login page [solved]
Posted by: gewoon_wij ()
Date: January 09, 2012 09:55AM

Hi,

When I try to use any command, the text: "BUG: gc.com changed the login page" appears... Is it so that GC.COM changed the login page yesterday??


Bastiaan



Edited 1 time(s). Last edit at 02/01/2012 07:52AM by rickrich.

Options: ReplyQuote
Re: BUG: gc.com changed the login page
Posted by: rickrich ()
Date: January 09, 2012 10:26AM

Works here.

Premium:
$ geo-nearest
GC1NPYG 44.94743 -93.48930 Geocache-regular
...
Basic:

$ geo-nearest -udyl1231 -pPASSWORD
geo-nearest: Basic Member: pay the $30/yr fee for Premium Member!
geo-nearest: Basic Member: doing it the REAL SLOW way!!!
GC1NPYG 44.94743 -93.48930 Geocache-regular
...



Edited 2 time(s). Last edit at 01/09/2012 10:34AM by rickrich.

Options: ReplyQuote
Re: BUG: gc.com changed the login page
Posted by: thehodapp ()
Date: January 22, 2012 04:28AM

I'm having the same problem. To be fair, I just installed the tools. What might be causing this problem?

Options: ReplyQuote
Re: BUG: gc.com changed the login page
Posted by: rickrich ()
Date: January 22, 2012 08:27AM

$ geo-nearest -D1
geo-nearest: curl https://www.geocaching.com/login/default.aspx
geo-nearest: curl https://www.geocaching.com/login/default.aspx
geo-nearest: 0: curl http://www.geocaching.com/seek/nearest.aspx?origin_lat=44.947500&origin_long=-93.491083 #list
Total Records: 10659
GC1NPYG 44.94743 -93.48930 Geocache-regular
GC10G15 44.94527 -93.49463 Geocache-regular
GC2DW82 44.94292 -93.49548 Geocache-regular
GC13EDN 44.94143 -93.49095 Geocache-ifound-regular
GC1FFA8 44.95327 -93.48798 Geocache-ifound-regular
GC244BC 44.95000 -93.50000 Geocache-unknown
GCX22E 44.94592 -93.48125 Geocache-regular
GC3A7WM 44.95240 -93.49893 Geocache-ifound-regular
GC1R0VT 44.94355 -93.48213 Geocache-ifound-regular
GC10Y5N 44.94802 -93.48007 Geocache-regular
GC2W0G8 44.94262 -93.50030 Geocache-ifound-regular
GC10WZE 44.94020 -93.48235 Geocache-regular
GC10WWJ 44.94688 -93.47720 Geocache-regular
GCH4FC 44.94342 -93.47842 Geocache-regular
GC38HVF 44.94142 -93.50213 Geocache-ifound-regular
GC24BBM 44.93963 -93.48228 Geocache-ifound-unknown
GCQVJA 44.94453 -93.47708 Geocache-regular
GC1JGZQ 44.93605 -93.49830 Geocache-regular
GCRRPX 44.94202 -93.47497 Geocache-regular
GC1GX3E 44.94387 -93.47353 Geocache-regular

Works here.

Please put "/tmp/geo-login.html" somewhere on the web so I can access it.

Options: ReplyQuote
Re: BUG: gc.com changed the login page
Posted by: marikanders ()
Date: January 31, 2012 10:11AM

I have two accounts at geocaching.com
The exact same operation, geo-pqdownload, works for one of them but gives
the "BUG: gc.com changed the login page" error for the other.
Comparing the /tmp/geo-login.html files for the two cases I can see that
the only differences are the __VIEWSTATE, the uid and the X value in the
URL for the ads.groundspeak.com iframe.

Options: ReplyQuote
Re: BUG: gc.com changed the login page
Posted by: marikanders ()
Date: February 01, 2012 02:32AM

OK, found it.
The user name is case sensitive.
You must enter the user name in the geo-* tools exactly as it is displayed at geocaching.com
Alternativly, change one line in the geo-* tools:
if ! grep -q "You are logged in as <[^>]*>$_username<" $LOGINPAGE; then
to
if ! grep -iq "You are logged in as <[^>]*>$_username<" $LOGINPAGE; then

Options: ReplyQuote
Re: BUG: gc.com changed the login page
Posted by: rickrich ()
Date: February 01, 2012 07:51AM

From the Changelog:
2012-02-01      Rick Richardson <rick.richardson@comcast.net>
        * geo-common-gc, et al: Make login case insignificant

Options: ReplyQuote


Sorry, only registered users may post in this forum.
This forum powered by Phorum.