Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etherpad-lite what am I missing #43

Open
ThorsenRune opened this issue Nov 30, 2020 · 1 comment
Open

etherpad-lite what am I missing #43

ThorsenRune opened this issue Nov 30, 2020 · 1 comment

Comments

@ThorsenRune
Copy link

Hi, thanks for a great project. I would like to try etherpad-lite so I ran this php on my localhost.
However I can't seem to get past
http://localhost/..../test/node.php?path=node_modules\ep_etherpad-lite\node\server.js
Error requesting node_modules\ep_etherpad-lite\node\server.js: Failed to connect to 127.0.0.1 port 9001: Connection refused
neither with the default 49999 nor with 9001 as portnumber which I believe is requested by etherpad.
What am I missing?
Thanks

@Zono4ever
Copy link

Zono4ever commented Nov 30, 2020

Hi there,

I#ve playaround with this code for fews year ago. And sometime I get this error too. In my code I've create a text file that will auto insert every port that I've created while starting the code, so I can know exactly which ports are running. So you need to kill all the port that still running or change to a new port. And than just restart you code this will work. If you have the same error with other module that u try to install just do the same think!!!

Why you get this error.
example you starting u code on port 9001 and u try to do somethink with your code and get crash. The code need to restart but sometime the port 9001 don't exit with the code by self and is still running. So you try to restart your code in the same port 9001. But the port 9001 already running so the code get confused. That's why you need too kill the port!!! Just type "killnode all" in you terminal and everythink is fine!!!

SORRY FOR MY BAD ENGLISH AND HOPE U STILL UNDERSTAND :D !!!!

Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants