sisco311 / scrcpy-snap

Snap packaging for scrcpy: https://github.com/Genymobile/scrcpy
Apache License 2.0
53 stars 12 forks source link

ERROR: Could not listen on port 27183 #12

Open cosoc opened 4 years ago

cosoc commented 4 years ago

debain10 安装后启动

2019/11/03 20:47:17.095543 cmd_run.go:880: WARNING: cannot start document portal: read unix @->/run/user/1000/bus: EOF
INFO: scrcpy 1.10 <https://github.com/Genymobile/scrcpy>
/usr/local/share/scrcpy/scrcpy-server.jar: 1 file pushed. 3.0 MB/s (22546 bytes in 0.007s)
listen: Operation not permitted
ERROR: Could not listen on port 27183
Mmavan commented 4 years ago

Hi, same for me, trying to remote control my android phone...

root@debie:/home/maille# scrcpy -s 6e4f050
2019/12/25 00:28:05.441539 cmd_run.go:880: WARNING: cannot start document portal: read unix @->/run/user/1000/bus: EOF
INFO: scrcpy 1.12 <https://github.com/Genymobile/scrcpy>
/usr/local/share/scrcpy/scrcpy-server:...shed. 2.2 MB/s (26196 bytes in 0.012s)
listen: Operation not permitted
ERROR: Could not listen on port 27183

if anyone have a solution... for now i'm lost

lucasrangit commented 4 years ago

@cosoc @Mmavan ,

Check if another process is already listening on that port with ss -lnt.

sisco311 commented 2 years ago

Can you reproduce this with the latest version?