botpress / botpress-electron

This converts the Botpress binaries into a binary downloader / installer / runner
MIT License
0 stars 2 forks source link

Bug - port not being cross-checked in binary stdout #8

Open ptrckbp opened 2 years ago

ptrckbp commented 2 years ago

The issue is :

You can also cause this issue by running a service on port 3000 right after Botpress checks the port.

I'm not sure how common this is. I haven't seen it yet in testing, but the fix isn't that difficult. Just grab the "botpress is listening on localhost:3001" message and regex the port from it.