GlebkaF Posted April 13, 2016 Report Posted April 13, 2016 Hi guys, can you tell me what exactly following errors means? I get them in sessionExpired callback:Error: HTTP error 504Error: HTTP error 503Error: HTTP error 502Is there any difference between them? I'm asking, because it seems to me that sometimes when I got this 'sessionExpired' event session is don't really expired. Thanks Quote
Dr. McKay Posted April 13, 2016 Report Posted April 13, 2016 Do you know which requests are triggering that event with those errors? Quote
GlebkaF Posted April 13, 2016 Author Report Posted April 13, 2016 I'm not sure, but seem like this: usually, but not always occurs when i'm trying to create trade offer or accpet incoming offer. Sometimes it's happening for no apparent reason, after the next pooling. Quote
Mole Posted April 13, 2016 Report Posted April 13, 2016 (edited) sessionExpired in current version (basically since 3.19.5) can only return err.message = 'Not Logged In!'. It could be fired on any error before this commit. Upgrading the module should solve the problem. Also (as always): Edited April 13, 2016 by Mole Quote
GlebkaF Posted April 14, 2016 Author Report Posted April 14, 2016 sessionExpired in current version (basically since 3.19.5) can only return err.message = 'Not Logged In!'. It could be fired on any error before this commit.Upgrading the module should solve the problem. Also (as always):Yeah, but for example:if we get "HTTP 401 error" when creating offer it means that cookies expiredif we get "HTTP 403 error" when accepting offer it also means that cookies expiredJust thougth that there are some interpretation for this error also. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.