-
Notifications
You must be signed in to change notification settings - Fork 45
Login at geocaching.com doesn't work anymore #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👍 looks much better than my solution (a late in the night quick'n'dirty workaround)! Thanks! |
Any updates about this issue? |
PR #163 should fix this issue, but there still is one failing test. I did not yet have the time to look into this, so if you have an idea about a possible fix of this test, feel free to propose a fix here or in the PR to allow a merge. |
Fixed in 4.2.2. Please try and let us know eventually. |
Thank you very much - log in with 4.2.2 works |
After Groundspeak change page structure, login method raise an error. The page header are build up dynamically and
Geocaching.get_logged_user()
doesn't find the user name.A very quick and dirty hack will be
The text was updated successfully, but these errors were encountered: