[Bug] destroyService bumblebee bbWebsocketClient:localhost:37688
See original GitHub issueI followed the guide and create the helloworld.js file but as soon as I run it it gives me the following error:
destroyService bumblebee bbWebsocketClient:localhost:37688
connectApplication error: { timeout: true }
Is that normal? I am I missing something?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Certainly. I guess yeah it’s maybe not clear enough that all the examples are clients, and the electron app is the server which needs to be running.
Be sure to try all the nodejs-examples while you’re at it (the web examples still need some work). And please let me know what you think of this project and the idea.
This error just means the socket.io client wasn’t able to connect to the websocket.io server that’s running in the bumblebee electron app (port 37688).
One way to confirm the websocket server is running is to go to:
http://localhost:37688/
And it should print “bumblebee”. If it doesn’t, then something is blocking port 37688.