Hacker News new | past | comments | ask | show | jobs | submit login

I just tried to run zubairq/pilot from the github importer on repl.it, and after I ran:

npm install node src/electron.js

... * Loading driver: * : demo_timer * Loading driver: * : quicksort * Loading driver: * : bubblesort * Loading driver: * : new * Loading driver: * : new_microservice add_rest_api called Loaded all apps (may use already loaded drivers)

Yazz Pilot started on: http://172.18.0.154:3000

It starts up alot slower than running on a desktop machine, but when I go to http://172.18.0.154:3000 it never seems to connect from a browser. What am I doing wrong here?




Try listening on 0.0.0.0 which will listen on all IPs on the machine and is required for running on remote environments like repl.it. When you do that we automatically detect the port open and show you a web view.


Ok, thanks, that worked. And I learnt something new, about 0.0.0.0 even existing! :)Now I have the problem the Repl.it VM running Yazz/pilot keeps crashing after a few minutes started




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: