Closed BelKed closed 1 year ago
I'll submit a pull request in a moment if I fix the problem...
This sounds like some basic session timeout and nothing which should affect regular users (as the session usually will not be kept open for such long times in my opinion).
Edit: This would not explain why this works the second time, unless the session is being recreated in-between.
This sounds like some basic session timeout and nothing which should affect regular users (as the session usually will not be kept open for such long times in my opinion).
I agree :D
The following error occurs every 12 hours at
8:15
and20:15
when running the code for a longer time. (The code isn't that relevant, as it seems like the Geocaching website drops the connection at those times.)I guess for solving this issue we could add some retry functionality to a
Geocaching._request()
function. The error occurs just once, so if we try to resend the request, everything should work fine...