bartek Posted March 20, 2016 Report Posted March 20, 2016 When cookies get outdated, you will receive "Malformed response" error instead of some error saying 'hey, your cookies are not valid any longer, request new!'.This method opens new offer page and looks for js vars in html code, if your session is invalid, the steam will redirect you to login page instead of returning 401 unauthorized. I applied this simple fix on my and to prevent this: node-steam-tradeoffer-manager/lib/index.jsin function _escrowDurationResponse, just after checking for HTTP errors if(response.request.uri.pathname === '/login/home/'){ callback(new Error('Unauthorized')); return; } Quote
bartek Posted March 21, 2016 Author Report Posted March 21, 2016 I run 1.19.2, I see the http requester has changed since then. 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.