Sreekanth S
Sreekanth S
The reason you are seeing this error is - `npm start` script doesn't seem to be starting `electron-connect's server` anywhere. Also, on a different note, it appears `npm run watch`...
This fix helps in #68 case
I too like the implementation. However, the name could have been better. Here are some names that i could think of - `electron-sync` `electron-reload` `electron-livereload`
@YannBertrand could you share your sample code to help us recreate the issue and debug it? Github `gist` or `repo` with sample code would be great.
@armoucar I could not reproduce this issue. Closing it for now. If you still have the issue, Could you create a gist with the sample code, and let us know?
My bad. I can reproduce it now. Reopening the issue.
I'm getting the same error - ``` events.js:154 throw er; // Unhandled 'error' event ^ TypeError: argument 5 must be a string (hostname) at TypeError (native) at Array.DNSServiceGetAddrInfo (/home/testuser/sample/node_modules/mdns/lib/resolver_sequence_tasks.js:92:14) at...
See #1486 for some details.