turbot / flowpipe

Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
https://flowpipe.io
GNU Affero General Public License v3.0
383 stars 16 forks source link

Flowpipe should correctly report that there's already an instance of the server running with port conflict #603

Closed vhadianto closed 9 months ago

vhadianto commented 9 months ago

Describe the bug Error message is not very descriptive if there's already an instance running

$ flowpipe server --mod-location ~/work/flowpipe/slack/flowpipe-mod-slack/ 
2024-01-24 23:07:21 [flowpipe] Started v0.2.0
2024-01-24 23:07:21 [flowpipe] Listening on localhost:7103
2024-01-24 23:07:21 [flowpipe] Loaded mod.slack
2024-01-24 23:07:21 [flowpipe] Press Ctrl+C to exit
2024-01-24 23:07:21 [flowpipe] error API server failed to start

Flowpipe version (flowpipe -v) Example: v0.2.0

To reproduce Start Flowpipe when there's already an instance running

graza-io commented 9 months ago

Fixed in v0.2.1