micro icon indicating copy to clipboard operation
micro copied to clipboard

Plugin error

Open KangByungwoo opened this issue 8 years ago • 4 comments

Description of the problem or steps to reproduce

I installed the micro editor using snap on my Linux-based google cloud instance, and then tried to install comment plugin by entering the command 'plugin install comment'. But, then I got the following error message:

Failed to query plugin channel: Get https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json: dial tcp: lookup raw.githubusercontent.com on [::1]:53: dial udp [::1]:53: socket: permission denied

I would appreciate it if anyone could help me with this issue.

KangByungwoo avatar May 16 '17 06:05 KangByungwoo

It seems like this isn't really an issue with micro. Are you able to download things from your cloud instance? I'm not sure how snap works but are you running micro from a Docker container or something that might be restricting it from downloading files from the internet?

zyedidia avatar May 17 '17 16:05 zyedidia

Yes, I can usually download things from my cloud instance. Also, I am not using Docker or things like that..

KangByungwoo avatar May 18 '17 04:05 KangByungwoo

Same thing on Android/Termux. Internet works fine for other commands (curl/wget, my Go programs).

xpetit avatar Jul 30 '22 20:07 xpetit