FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
08-24-2021 05:28 PM
Hello,
I tried the python.webserver example from the SDK 1.10 and I was able to snap the example but unfortunately once when I want to open the web page of the webserver on a ctrlX CORE virtual I just get the following screen:
The ctrlX CORE virtual is in Operation Mode. When I am trying the hint of the readme.md to take a look into the log of the snap it says, that the webserver is started:
Unfortunately I get no other diagnostics even not in the logbook...
Does this example even should work on the ctrlX CORE virtual?
Are any changes in the package-manifest are necessary because it runs on a virtual ctrlX CORE?
Thanks in advanced!
Solved! Go to Solution.
10-22-2021 09:23 AM
I did run into the same issue. For me the problem was that the app was named sdk-py-webserver...
In the
configs/package-assets/rexroth-python-webserver.package-manifest.json
the app was always named rexroth-python-server. When I renamed sdk-py-webserver (in the snap/snapcraft.yaml) it worked (only tested on the real ctrlX)