DueUI install not working in Standalone
-
Hello,
I keep running into the error below on a brand new standalone install with RRF3.2 on a DuetWifi board.
I used
http://[ip of Duet]/rr_download?name=/sys/dueui_config.jsonI have no password on the duet. Can anyone point me in the right direction on what is going on? I can't get it to work.
-
@jnofsinger said in DueUI install not working in Standalone:
http://[ip of Duet]/rr_download?name=/sys/dueui_config.json
Can you navigate to
http://[ip of Duet]/rr_download?name=/sys/dueui_config.json
directly from a browser and get the json? -
yes it will download the file onto my computer.
-
@jnofsinger If you look at the "Network" tab in the debugger, is it actually downloading the file or is it failing with some error code? Are you sure the file is actually valid javascript? What happens if you create just a short skeleton dueui_config.json file and try that?
-
The skeleton file would just be the configuration? I am trying the standalone.json example file.
-
@jnofsinger said in DueUI install not working in Standalone:
The skeleton file would just be the configuration? I am trying the standalone.json example file.
unmodified? hmmm.
check the network tab and i'll also check the standalone file here again.
-
all 200 responses, but still nothing showing up on screen.
![0_1611783648058_8f3b65c9-b51b-4ae1-af4f-f3cdbb6b5bf2-image.png](Uploading 100%)
-
images aren't uploading on responses apparently. they are all found and used... css files, fonts etc.
-
@jnofsinger OK, I'm testing now. How did you do the install? Upload the zip file via Duet Web Control?
-
Yes the latest beta2 standalone and zip uploaded via duet web control
-
@jnofsinger I think I know what the issue is. Give me about 30 minutes and I'll have a fix up.
-
Grab the latest release from
https://github.com/gtjoseph/DueUI/releases/tag/v3.2.0That should fix the issue.
-
Awesome it works! handful of undefined things, but i think that is to be expected.
Thanks for the quick turnaround... I tried for 2 days to get it working
-
@jnofsinger No problem!