kuzzleio / kuzzle

Open-source Back-end, self-hostable & ready to use - Real-time, storage, advanced search - Web, Apps, Mobile, IoT -
https://kuzzle.io
Apache License 2.0
1.44k stars 124 forks source link

"Unable to connect to Kuzzle" when installing a plugin via the CLI #426

Closed xbill82 closed 8 years ago

xbill82 commented 8 years ago

I get this error while the CLI tries to download the plugin (either via Github repo or via NPM). This seems related with the timeout that is set in the remoteAction definition. If I comment the line at https://github.com/kuzzleio/kuzzle/blob/master/lib/api/remoteActions/action.js#L54, I (obviously) still see the message, but the plugin is successfully installed. To me, it seems that this timeout is not correct here, since it systematically blocks the action after 5s.

xbill82 commented 8 years ago

Closing this issue since fixed by #403