micro-editor / plugin-channel

Official plugin channel for micro
223 stars 47 forks source link

Can't install plugins if port 53 is already bound #34

Open Poltergeisen opened 5 years ago

Poltergeisen commented 5 years ago

I have a docker container listening on port 53 and I get this error when installing the fmt plugin:

Get https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json: dial tcp: lookup raw.githubusercontent.com on 127.0.0.1:53: read udp 127.0.0.1:38986->127.0.0.1:53: read: connection refused

I think this is due to port 53 being bound already but I guess I'm not 100% sure.

xpetit commented 2 years ago

Same thing on Android/Termux. Is the std HTTP lib used to get plugins ? Because a Go program doing that works...