reaby / infoscreen3

info screen for lanparty
MIT License
24 stars 9 forks source link

Can't run according to instructions #37

Closed Krisseck closed 1 year ago

Krisseck commented 1 year ago

Describe the bug The website does not open on the host and port specified.

Running npm start:

> infoscreen3@1.6.4 start
> node --expose-gc ./infoscreen3.js

>> InfoScreen3<<
Infoscreen is now accessible at http://127.0.0.1:3000
>>Start complete.<<<

Firefox will not open the page on http//127.0.0.1:3000, and curl says:

curl: (7) Failed to connect to 127.0.0.1 port 3000 after 0 ms: Couldn't connect to server

Desktop (please complete the following information):

reaby commented 1 year ago

Firefox will not open the page on http//127.0.0.1:3000, and curl says...

your URL string seems to be wrong: it should be starting with http://
safe way to do this is to ctrl-click the URL at console,

App starts just fine with pop linux with the given instructions from home directory - tried on virtualbox with fresh linux installed. Maybe your custom settings on that specific linux are preventing the port from open ?

Krisseck commented 1 year ago

My bad, it was some port issues on my end, works great now!