Jump to content
McKay Development

bartek

Member
  • Posts

    2
  • Joined

  • Last visited

bartek's Achievements

  1. 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.js in function _escrowDurationResponse, just after checking for HTTP errors if(response.request.uri.pathname === '/login/home/'){ callback(new Error('Unauthorized')); return; }
×
×
  • Create New...