question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Unknown input format

See original GitHub issue

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)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
ylmscommented, Mar 22, 2016

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.

0reactions
ylmscommented, Mar 27, 2016

After few days of testing the problem seems to be fixed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found