botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

NLU server always binds to port 3200 #37

Closed spg closed 3 years ago

spg commented 3 years ago

Even if port 3200 is already used, the NLU server will still try to connect to it, and crash if the port is used: 2021-05-24 at 7 53 AM

Solution: bind to another port (3201)?

franklevasseur commented 3 years ago

Hi @spg,

Sorry for the late reply!

This issue is already being handled in Botpress with the help of portfinder, right here.

I'll close the issue, but feel free to reopen if needed

François