Closed aselviar closed 3 years ago
There are two possible reasons:
An instance of the configurator is already running (systemd service). Check with systemctl status python3-smartmeter-datacollector-configurator
.
Another software on your computer already uses the port 8000. Run the software with:
smartmeter-datacollector-configurator --port 8888
(for example)
All explained here: Configurator
The configurator is installed as a debian package. I get the following error when trying to run from the shell. The configurator graphical interface 127.0.0.1:8000 is accessible via the browser
ztl@ztl-HP-ProBook-445-G7:~/Documents/smartmeter$ smartmeter-datacollector-configurator INFO: Serving static files from /usr/lib/python3/dist-packages/smartmeter_datacollector_configurator/static. INFO: Started server process [2729] INFO: Waiting for application startup. INFO: Application startup complete. ERROR: [Errno 98] error while attempting to bind on address ('127.0.0.1', 8000): address already in use INFO: Waiting for application shutdown. INFO: Application shutdown complete.