facundoolano / feedi

A personal news aggregator and Mastodon client
GNU Affero General Public License v3.0
888 stars 28 forks source link

fix: change dev port #100

Closed sedationh closed 3 months ago

sedationh commented 3 months ago
$ lsof -i:5000
COMMAND     PID  USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
ControlCe 70052 jiaqi   24u  IPv4 0xa620acf2cebbe09f      0t0  TCP *:commplex-main (LISTEN)
ControlCe 70052 jiaqi   25u  IPv6 0xa620acf2d26d27a7      0t0  TCP *:commplex-main (LISTEN)

I am using Mac OS The process ControlCe is on port 5000, which is the system process Control Center and will start automatically if you kill it.

If you still want to use 5000, you can close AirPlay Receiver

image

Considering this is inconvenient, switching ports is recommended