vue-webpack-chrome-extension-template icon indicating copy to clipboard operation
vue-webpack-chrome-extension-template copied to clipboard

WebSocket connection to 'ws://localhost:9090/4' failed: Error

Open anand-tiwari opened this issue 7 years ago • 6 comments

[ WCER: Reconnected. Reloading plugin ] content.js:23 WebSocket connection to 'ws://localhost:9090/4' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED init @ content.js:23 setTimeout @ content.js:55 content.js:14 [ WCER: Socket connection closed. ] logger @ content.js:14 socket.onclose @ content.js:52 vendor.js:23 WebSocket connection to 'ws://localhost:9090/0' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED init @ vendor.js:23 setTimeout @ vendor.js:55 vendor.js:14 [ WCER: Socket connection closed. ] logger @ vendor.js:14 socket.onclose @ vendor.js:52 manifest.js:23 WebSocket connection to 'ws://localhost:9090/6' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

anand-tiwari avatar Sep 26 '18 07:09 anand-tiwari

@ALiangLiang can you help me to fix this issue

anand-tiwari avatar Sep 26 '18 07:09 anand-tiwari

Yes I have the same issue when running npm run build

boriscy avatar Dec 14 '18 15:12 boriscy

I find a way to fix this. At file: build\webpack.dev.js Insert code in bellow:

devServer: {
    host: '0.0.0.0',
    hot: true,
    disableHostCheck: true,
  },

tuantmtb avatar Dec 18 '18 16:12 tuantmtb

@anand-tiwari @ALiangLiang Did you ever figure this out?

mike-seekwell avatar Apr 15 '19 16:04 mike-seekwell

It seems that this problem is still unsolved. Is there any recent progress in solving this question?

hengzhe-zhang avatar Feb 12 '21 13:02 hengzhe-zhang

Yes I guess It got resolved.

Didn't remember the exact issue.

On Fri, 12 Feb, 2021, 7:05 pm zhenlingcn, [email protected] wrote:

It seems that this problem is still unsolved. Is there any recent progress in solving this question?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ALiangLiang/vue-webpack-chrome-extension-template/issues/9#issuecomment-778198532, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSI66ILLDKSEGNLJCJJSSLS6UVBXANCNFSM4FXIK6UA .

anand-tiwari avatar Feb 12 '21 13:02 anand-tiwari