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: No input network found in stdin.

See original GitHub issue

I have already run npm install -g transit-map and install the package. But when I run transit-map , there’s an error as follow. Error: No input network found in stdin. So, what’s the problem with my package? Could you please help me solve this problem?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jaller94commented, Apr 28, 2020

You have to download a (transit) network as an input. E.g. the subways of Berlin from the examples folder of this repository. Save the JSON on your computer and pipe it into transit-map:

npm install -g transit-map
wget https://raw.githubusercontent.com/juliuste/transit-map/master/examples/bvg.input.json
cat bvg.input.json | transit-map

For further explanations on how to run transit-map, run: transit-map --help

0reactions
derhuerstcommented, Dec 14, 2020

@PanaderoCF Okay, if I’m not missing something, it looks like a bug and/or Windows weirdness. Please open a new Issue with the information from your comment.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Redirect stdin to provide no input at all? - linux - Stack Overflow
I tried running mkfifo empty_input from the command line and seems that the command is not found on my OS. This is an...
Read more >
I/O and Network - Julia Documentation
Start running command asynchronously, and return a process::IO object. If read is true, then reads from the process come from the process's standard...
Read more >
C system("bash") ignores stdin - Unix & Linux Stack Exchange
When bash tries to read from its standard input, it will find that it's already at the end of file because all the...
Read more >
docker attach - Docker Documentation
Use docker attach to attach your terminal's standard input, output, and error (or any combination of the three) to a running container using...
Read more >
Error using sudo -stdin - echo - Ask Ubuntu
Error using sudo -stdin ... I'm trying to use the -S stdin arg on sudo. ... the input is taken from the second...
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