steve8x8 / geotoad

Geocaching query tool written in Ruby
https://buymeacoffee.com/steve8x8
Other
28 stars 8 forks source link

First login attempt fails #336

Closed steve8x8 closed 8 years ago

steve8x8 commented 8 years ago

... but the second one (still) succeeds:

( o ) Logging in as Testuser
 ***  Login failed for Testuser:*********, retry.
( o ) Login successful
( o ) Querying user preferences

This isn't alarming yet, but may indicate things could become worse soon.

steve8x8 commented 8 years ago

Due to GS no longer submitting a "userid" cookie, but several others. This resulted in an overzealous consistency check to fail, and the repetition may not have been necessary at all. The attached patch should fix this. (Why oh why does GitHub reject .diff files?) 336-login_fail.diff.txt

Setting milestone for next release. Please test and give feedback.

steve8x8 commented 8 years ago

This patch apparently broke the detection of failed logins, resulting in issue #339. Will merge with that.