question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] destroyService bumblebee bbWebsocketClient:localhost:37688

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
dsteinmancommented, Jul 29, 2020

Can you add that as a step to the Hello World example?

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.

1reaction
dsteinmancommented, Jul 29, 2020

I haven’t been able to get past this, where should I be looking? I tried modifying BumblebeeWebsocketClient per socketio/socket.io-client#1097 (comment) but that only got me to a 503 error

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found