Closed endolith closed 1 year ago
That usually means something else is using the current port (or you have two instances of Semantra running with default args). Automatically trying other ports is a good idea. In the meantime you can specify --port
followed by a number to customize it per command invocation.
Can it at least print a more helpful error message, though? (This usually means something else is using the current port; you can specify --port followed by a number to customize it
)
Fixed by #52 and released in v0.1.7. Upgrade by running pipx upgrade semantra
.
The error message will now be more friendly. Appreciate it!
I'm getting this on both Windows computers I tried Semantra on. It apparently means that the default port is already in use? Can it provide a more helpful error message or just try a different fallback port automatically?