Error: Unknown input format
See original GitHub issueHello, 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)
Issue Analytics
- State:
- Created 8 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
readRDS(file) in R - Stack Overflow
I has the same issue and it was due to package problem. ... RDS file, either "error reading from connection" or "unknown input...
Read more >"Error in readRDS(file) : unknown input format" appearing ...
It sounds like you have an .RData file in your home or root directory that is corrupt, or that you have start-up instructions...
Read more >Unable to use variable file name in readRDS loop
"Error in readRDS(file = paste0("~/R/SFDC_Analysis/Telemetry/Rda/", varFileName, : unknown input format". while (n <= varNumFiles)
Read more >Error in readRDS(file.rds) : unknown input format - General
Summary: Hi. I install rstan package and faced with this error: Error in readRDS(file.rds) : unknown input format please help me, Description: >...
Read more >Error in readRDS(nsInfoFilePath): unknown input format #4
Error in readRDS(nsInfoFilePath): unknown input format #4. Closed. DominiqueMakowski opened this issue on Dec 9, 2019 · 4 comments.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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.
After few days of testing the problem seems to be fixed.