Jump to content
McKay Development

TarasDev

Member
  • Posts

    4
  • Joined

  • Last visited

TarasDev's Achievements

  1. Recently i find out that you can use norender=1 argument to disable html render, example: https://steamcommunity.com/market/search/render/?norender=1 It seems much easy to parse json output =)
  2. Users any way can send their own requests. You should use session like system to detect guest/user request and then do any check you need(for example check if user is admin or user have enough balance)
  3. /home/taras/nodejs/node_modules/steamcommunity/index.js:375 var match = body.match(/https?:\/\/(www.)?steamcommunity.com\/tradeoffer\/new\/?\?partner=\d+(&|&)token=([a-zA-Z0-9-_]+)/); ^ TypeError: Cannot read property 'match' of undefined at _myProfile (/home/taras/nodejs/node_modules/steamcommunity/index.js:375:19) at SteamCommunity._checkHttpError (/home/taras/nodejs/node_modules/steamcommunity/components/http.js:90:3) at Request._callback (/home/taras/nodejs/node_modules/steamcommunity/components/http.js:50:61) at self.callback (/home/taras/nodejs/node_modules/request/request.js:188:22) at emitOne (events.js:115:13) at Request.emit (events.js:210:7) at Request.onRequestError (/home/taras/nodejs/node_modules/request/request.js:884:8) at emitOne (events.js:115:13) at ClientRequest.emit (events.js:210:7) at ClientRequest.onConnect (/home/taras/nodejs/node_modules/tunnel-agent/index.js:168:23)
  4. Sorry for necro posting but I am getting same 429 error only when trying confirm offer. The problem for me is method getTimeOffset(rate limited by steam) in node-steam-totp module.
×
×
  • Create New...