We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Same thing on Android/Termux. Is the std HTTP lib used to get plugins ? Because a Go program doing that works...
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: