node-steam-tradeoffer-manager: Error: Unknown input format

Hello, recently I getting this error for no reason, I mean that there is no any events ( like poolFailure, newOffer etc.) preceding it, trace:

/root/csgoGame/node_modules/steam-tradeoffer-manager/node_modules/steamid/index.js:101
        throw new Error("Unknown input format");
        ^

Error: Unknown input format
    at new SteamID (/root/csgoGame/node_modules/steam-tradeoffer-manager/node_modules/steamid/index.js:101:9)
    at createOfferFromData (/root/csgoGame/node_modules/steam-tradeoffer-manager/lib/classes/TradeOffer.js:120:38)
    at /root/csgoGame/node_modules/steam-tradeoffer-manager/lib/classes/TradeOffer.js:107:12
    at Array.map (native)
    at /root/csgoGame/node_modules/steam-tradeoffer-manager/lib/classes/TradeOffer.js:106:63
    at checkNeededDescriptions (/root/csgoGame/node_modules/steam-tradeoffer-manager/lib/classes/TradeOffer.js:169:3)
    at /root/csgoGame/node_modules/steam-tradeoffer-manager/lib/classes/TradeOffer.js:96:3
    at SteamCommunity.<anonymous> (/root/csgoGame/node_modules/steam-tradeoffer-manager/lib/webapi.js:46:3)
    at Request._callback (/root/csgoGame/node_modules/steamcommunity/components/http.js:62:14)
    at Request.self.callback (/root/csgoGame/node_modules/request/request.js:199:22)

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 17 (9 by maintainers)

Most upvoted comments

I was just came to write same thing. I recently updated all your modules and my nodejs version. And this is what started to happening.