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

PiCAST installs and runs but doesn't listen to anything #66

Open
shodanx2 opened this issue Aug 30, 2021 · 2 comments
Open

PiCAST installs and runs but doesn't listen to anything #66

shodanx2 opened this issue Aug 30, 2021 · 2 comments

Comments

@shodanx2
Copy link

pi@raspberrypi:~ $ sudo netstat -plnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 24568/cupsd
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 4844/vncserver-x11-
tcp6 0 0 ::1:631 :::* LISTEN 24568/cupsd
tcp6 0 0 :::5900 :::* LISTEN 4844/vncserver-x11-
pi@raspberrypi:~ $ ps aux | grep -i picast
pi 10827 0.7 2.2 125028 43504 ? Ssl 20:36 0:07 /usr/bin/node /usr/local/lib/node_modules/forever/bin/monitor picast.js
pi 18141 160 1.2 106508 24700 ? Rl 20:52 0:01 /usr/bin/node /home/pi/PiCAST/picast.js
pi 18147 150 1.1 105448 21124 ? Rl 20:52 0:01 /usr/bin/node /home/pi/PiCAST/picast.js
pi 18154 0.0 0.0 7480 580 pts/0 S+ 20:52 0:00 grep --color=auto -i picast
pi 20055 0.3 2.8 132760 54024 ? Ssl Aug29 7:42 /usr/bin/node /usr/local/lib/node_modules/forever/bin/monitor picast.js

@guitarjhk
Copy link

Hi .

got the same issue - no port of 3000 is been listent to ...
and I can't http://ip_of_raspberryPi_ip:3000
all I get is
ERR_CONNECTION_REFUSED

thx

John

@lanceseidman
Copy link
Owner

When you run PiCAST, can you show the result and the output once you try to make the connection as it sounds like the server isn't running or listening to 3000. Or the way you're accessing it, you didn't replace ip_of_raspberryPi to your local network IP.

Remember, depending on your setup, maybe need to run with sudo.

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

3 participants