You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs every 12 hours at 8:15 and 20: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...
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).
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...
The text was updated successfully, but these errors were encountered: