I am trying to build an electron app that controls VLC via its web-interface. However, the web-interface does not seem to be running. When I open http://127.0.0.1:8080 the website cannot be reached. I have already tried to explicitly set the server address to 127.0.0.1 and played around with the por...