kolibri start command can't detect if the port is not available.
See original GitHub issueObserved behavior
I have running KA LIte server on port 8008 then I run the kolibri start
command at the command prompt and I used the same port 8008 then kolibri say it running on that port but when I check it it’s not, still KA Lite using that port.
Expected behavior
kolibri start
command should have an error that the port is not available.
Errors and logs
Context
Tell us about your environment, including:
- Kolibri version: 0.10.1
- Operating system: Windows 10
- Browser
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Troubleshooting — Kolibri User Guide - Read the Docs
Open a terminal and change the current working directory to your Kolibri's home folder. Keep the terminal open and continue with the rest...
Read more >Cannot start kolibri server if port 8080 is used. #14 - GitHub
This issue is created at KA Lite windows installer issue and still not fix in Kolibri windows installer.
Read more >Connection issue: Kolibri port - Learning Equality Community
I am able to connect to Kolibri on the server it was downloaded to using 127.0.0.1:8080, however connection from other local PC's to...
Read more >Kolibri User Guide - Read the Docs
Wait for the installation to nish and run this command to start Kolibri: ... Note: If you choose to install Kolibri as a...
Read more >Manage Kolibri — Kolibri 0.11.0.dev documentation - overtag.dk
Open the Device page and navigate to the Info tab to find out the extended ... If the computer where Kolibri server is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thank you! @mrpau-richard That makes sense to me. I will find ways to let the error show up at the terminal.
@lyw07 your right, it did show in log file that the port is not available. But the logs appear only in the
server.log
not in thekolibri.log
. I think, we should propagate those error logs at the command prompt or terminal to notify that the port is not available.Here are my log files: server.log kolibri.log