Solved [3.5.0-beta.4] OM docs not available (DuetAPI.xml not found)
-
Hi,
I think I have another possible bug for @chrishamm to look at:
The Object Model Browser integrated plugin shows this error instead of the description:
However,
ls /opt/dsf/sd/www/ -la
yields the following output, so the file is indeed not there:total 7968 drwxr-xr-x 6 dsf dsf 4096 Jul 20 12:09 . drwxr-xr-x 7 marvin marvin 4096 Jun 22 20:39 .. -rw-rw-r-- 1 dsf dsf 12108 Jun 12 2022 BtnCmd.01c40732.css -rw-rw-r-- 1 dsf dsf 2649 Jun 12 2022 BtnCmd.01c40732.css.gz -rw-rw-r-- 1 dsf dsf 814847 Jun 12 2022 BtnCmd.644583ff.js -rw-rw-r-- 1 dsf dsf 178402 Jun 12 2022 BtnCmd.644583ff.js.gz -rw-rw-r-- 1 dsf dsf 2431423 Jun 12 2022 BtnCmd.644583ff.js.map -rw-rw-r-- 1 dsf dsf 533856 Jun 12 2022 BtnCmd.644583ff.js.map.gz -rw-rw-r-- 1 dsf dsf 12074 Jun 3 2022 BtnCmd.afac96e1.css -rw-rw-r-- 1 dsf dsf 2642 Jun 3 2022 BtnCmd.afac96e1.css.gz -rw-rw-r-- 1 dsf dsf 811522 Jun 3 2022 BtnCmd.c6c8d8ef.js -rw-rw-r-- 1 dsf dsf 177968 Jun 3 2022 BtnCmd.c6c8d8ef.js.gz -rw-rw-r-- 1 dsf dsf 2424615 Jun 3 2022 BtnCmd.c6c8d8ef.js.map -rw-rw-r-- 1 dsf dsf 532933 Jun 3 2022 BtnCmd.c6c8d8ef.js.map.gz drwxr-xr-x 2 dsf dsf 4096 Jul 20 12:09 css drwxr-xr-x 2 dsf dsf 4096 Jul 20 12:09 fonts drwxr-xr-x 3 dsf dsf 4096 Mar 18 2022 img -rw-rw-r-- 1 dsf dsf 1553 Jun 9 13:04 index.html drwxr-xr-x 2 dsf dsf 4096 Jul 20 12:09 js -rw-rw-r-- 1 dsf dsf 565 Jun 9 13:04 manifest.json -rw-rw-r-- 1 dsf dsf 24 Jun 9 13:04 robots.txt -rw-rw-r-- 1 dsf dsf 2215 Jun 9 13:04 service-worker.js -rw-rw-r-- 1 dsf dsf 4417 Jun 9 13:04 service-worker.js.map -rw-rw-r-- 1 dsf dsf 14450 Jun 9 13:04 workbox-5b385ed2.js -rw-rw-r-- 1 dsf dsf 137525 Jun 9 13:04 workbox-5b385ed2.js.map
I tried reinstalling DWC with
sudo apt --reinstall install duetwebcontrol
but this did not change anything.Only manually moving the file from the latest DWC release zip to the above location solved the problem.
Does anyone have any ideas or am I the only one missing this file after installation?
Thanks in advance!
-
@marvineer Yes, I can confirm this, it's missing in 3.5-b4 due to an error in the GitHub build workflow. I've already fixed this for the next version 3.5.0-rc.1
-
-