camuschat / camus

Peer-to-peer group video chat using WebRTC, Python, and TypeScript
GNU Affero General Public License v3.0
152 stars 44 forks source link

Keeps blocking port 5000 #56

Open AustinGil opened 3 years ago

AustinGil commented 3 years ago

I think I donwloaded a local version a while back for Linux. I deleted it, but after exploring a strange bug, I found that my port 5000 was constantly being taken up by some python process. When I finally opened it in the browser, Camus popped up. Even when I kill the process, it starts back up.

How can I completely delete it?

AustinGil commented 3 years ago

Responding here in case anyone finds it. It was actually installed via snap. sudo snap remove camus fixed the issue, but still weird that it kept coming back. Probably because it's not intended to be used in Linux as a desktop app.