
TarasDev
Member-
Posts
4 -
Joined
-
Last visited
TarasDev's Achievements
-
Revadike reacted to a post in a topic: marketSearch in steamcommunity
-
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 =)
-
TarasDev started following Strange error ([email protected]) , marketSearch in steamcommunity and Using node.js with socket.io
-
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)
- 4 replies
-
- Socket.io
- JavaScript
-
(and 2 more)
Tagged with:
-
/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)
-
getting 429 on acceptConfirmationForObject
TarasDev replied to buddhapest's topic in node-steamcommunity
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.