Duet webcontrol blank page
-
Hello,
I'm facing isues with DWC for a couple of week now, I very often run into a 'blank page' when trying to open DWC. The header of the webpage shows the blue droplet icon with 'Duet Web Control' indicating it some sort of reaches the machine.
Sometimes at completely random intervals (usually after 15 minutes ) and refreshing 1000 times the web page loads as expected. Even when I have a working web page, opening a new web page in parallel to the working web page results in a blank page
I've tried the following to solve the issues, but without results:
- clear browser cache
- clear cookies
- reinstalled DWC on SD-card
- installed everything on a new fresh SD-card
- Used multiple different devices to reach the DWC, but the same issue occurs on all the devices
M122 found here below :
m122 === Diagnostics === RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later + DueX5 Board ID: 0JD0M-9P6B2-NJ4S4-6J9FL-3SN6J-KS2GK Used output buffers: 3 of 24 (24 max) === RTOS === Static ram: 23876 Dynamic ram: 77144 of which 0 recycled Never used RAM 10540, free system stack 104 words Tasks: NETWORK(ready,39.9%,233) HEAT(delaying,0.3%,330) Move(notifyWait,0.4%,305) DUEX(notifyWait,0.0%,24) MAIN(running,59.3%,441) IDLE(ready,0.1%,29), total 100.0% Owned mutexes: === Platform === Last reset 01:54:43 ago, cause: software Last software reset at 2022-03-16 08:43, reason: User, GCodes spinning, available RAM 13604, slot 2 Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00417000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a Error status: 0x04 Aux0 errors 0,0,0 Step timer max interval 0 MCU temperature: min 28.7, current 33.4, max 33.9 Supply voltage: min 23.6, current 24.0, max 24.7, under voltage events: 0, over voltage events: 0, power good: yes Heap OK, handles allocated/used 99/1, heap memory allocated/used/recyclable 2048/30/0, gc cycles 0 Driver 0: position 13989, ok, SG min/max 0/395 Driver 1: position 9544, ok, SG min/max not available Driver 2: position 4799, standstill, SG min/max not available Driver 3: position 0, ok, SG min/max 0/225 Driver 4: position 0, standstill, SG min/max not available Driver 5: position 0, ok, SG min/max 0/407 Driver 6: position 0, ok, SG min/max 0/330 Driver 7: position 0, ok, SG min/max 0/300 Driver 8: position 0, ok, SG min/max 0/302 Driver 9: position 0, ok, SG min/max 0/315 Driver 10: position 0 Driver 11: position 0 Date/time: 2022-03-16 10:38:07 Cache data hit count 4294967295 Slowest loop: 28.91ms; fastest: 0.10ms I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0 === Storage === Free file entries: 9 SD card 0 detected, interface speed: 20.0MBytes/sec SD card longest read time 1.8ms, write time 28.8ms, max retries 0 === Move === DMs created 83, maxWait 293008ms, bed compensation in use: mesh, comp offset 0.000 === MainDDARing === Scheduled moves 15088, completed moves 15085, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state 3 === AuxDDARing === Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === Heat === Bed heaters = 2 3 4 -1, chamberHeaters = -1 -1 -1 -1 Heater 0 is on, I-accum = 0.5 Heater 2 is on, I-accum = 0.0 === GCodes === Segments left: 1 Movement lock held by null HTTP is idle in state(s) 0 Telnet is idle in state(s) 0 File is idle in state(s) 3 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger is idle in state(s) 0 Queue is idle in state(s) 0 LCD is idle in state(s) 0 Daemon is idle in state(s) 0 Autopause is idle in state(s) 0 Code queue is empty. === DueX === Read count 1, 0.01 reads/min === Network === Slowest loop: 54.10ms; fastest: 0.00ms Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions HTTP sessions: 1 of 8 - WiFi - Network state is active WiFi module is connected to access point Failed messages: pending 0, notready 0, noresp 0 WiFi firmware version 1.26 WiFi MAC address f4:cf:a2:71:f6:e7 WiFi Vcc 3.36, reset reason Power up WiFi flash size 2097152, free heap 25232 WiFi IP address 192.168.1.245 WiFi signal strength -73dBm, mode 802.11n, reconnections 0, sleep mode modem Clock register 00002002 Socket states: 0 0 0 0 0 0 0 0
-
15 minute interval sounds like your router may have an issue with some of the automated network configurations ...
-
-
Thanks for your responses, i've moved the router very close to the printer but without result unfortunately.
@oliof, could be something with the router indeed, but as far as i know i've set everything up correctly, since it works correctly 'sometimes'.
-
Are you able to ping the Duet when it's unable to connect?
Does your router web interface show it is connected?
Can you use USB terminal when it's not connecting properly to see the status of the network by sending M552? -
@Phaedrux Yes i'm able to ping the printer, and i'm also able to upload files directly to the machine using Cura. The issue also persists when using a different router, or different network. So it looks like it's not dependent to the specific router i'm using.
Result of m552:
WiFi module is connected to access point Kvg_3dprint, IP address 192.168.1.245
also, when the DWC finally starts to work refreshing ( F5 ) the page results very often in a non working DWC.....
-
It sounds like it may be a browser issue, or an extension blocking something.
When trying to reach DWC can you try opening the developer console of the browser to see what errors may be showing?