Javascript Error preventing connection (SOLVED)
-
@calvinx, please verify the firmware versions on your Duet. To verify that 2.03beta2 is running, send M115. To verify the version of DWC, look on the Settings General page.
If the versions are correct, try pressing control-F5 in your browser to force a complete reload of DWC.
Your browser may have cached old versions of some of the DWC files. -
@dc42 said in Javascript Error preventing connection:
@calvinx, please verify the firmware versions on your Duet. To verify that 2.03beta2 is running, send M115. To verify the version of DWC, look on the Settings General page.
If the versions are correct, try pressing control-F5 in your browser to force a complete reload of DWC.
Your browser may have cached old versions of some of the DWC files.Yat replies:
"SENDING:M115
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.03beta2 ELECTRONICS: Duet WiFi 1.0 or 1.01 FIRMWARE_DATE: 2019-02-16b1"DWC was updated with the latest file as per the instructions, cant check on the "General Page" as the javascript error is preventing me from connecting to the DWC...
clearing browser cache on all programs or ctrl-F5 doesnt chang things, i had already tried all those.
-
in the terminal i can get the following:
SENDING:M552 S1
WiFi module started
WiFi module is connected to access point Cosmos Wireless, IP address 192.168.88.244so logic would dictate that you open a web browser and input the ip address and then press connect, which i can do, but when i press connect i get the error message i listed and it fails to connect.
It should be noted, that if i am here, as an engineer I have logically and methodically followed all written guides that i can find on this issue, seeking help here is a last resort not a first hold my hand and spoon feed me please.
-
The most likely cause is that the DWC files are not quite right. I suggest you move the SD card to a PC, rename the existing /www folder, create a new one, and extract the DWC 1.22.6 files into to it.
-
@dc42 said in Javascript Error preventing connection:
The most likely cause is that the DWC files are not quite right. I suggest you move the SD card to a PC, rename the existing /www folder, create a new one, and extract the DWC 1.22.6 files into to it.
Already tried that too....
-
Have you tried deleting HTML5 local storage for the Duet's IP address in your browser? It's usually I the same settings as deleting cookies.
Or you could try DWC 2.0RC5.
-
@dc42 said in Javascript Error preventing connection:
Have you tried deleting HTML5 local storage for the Duet's IP address in your browser? It's usually I the same settings as deleting cookies.
Or you could try DWC 2.0RC5.
Tried clearing the cache too, next stop was to try a different. DWC.
strangely it's only this board. As I went to my stores and dug out a new 1.04 board and it connects fine, when I first commissioned the first board it was a pain to connect via wifi, I bought a few ethernet modules but never got round to fitting the module to this one.
-
@calvinx said in Javascript Error preventing connection:
strangely it's only this board. As I went to my stores and dug out a new 1.04 board and it connects fine, when I first commissioned the first board it was a pain to connect via wifi, I bought a few ethernet modules but never got round to fitting the module to this one.
That is indeed odd. Have you tried moving the SD card from one of the working boards to this one?
-
Please send over your config.g. This problem indicates that DWC1 attempts to read a non-existent temperature from an HTTP response.
-
Hi Chris
Sorry for the delay, I had to travel for a few days doing work related crap..
@chrishamm said in Javascript Error preventing connection:
Please send over your config.g. This problem indicates that DWC1 attempts to read a non-existent temperature from an HTTP response.
As requested, if its an issue in the config.g it wouldnt make sense as the file has not changed since being used succefully on a previous occassion.
-
OK Gents
I have overcome the issue, in a very strange way. And I dont fully understand what the root cause of the issue was. Hopefully some other can advise.
I tried resetting the wifi network and I used Pronterface did all required and after I rebooted I started receiving the message "WiFi reported error: no known networks found"
Which left me thinking hmmmm, I wonder.
So I switched over to YAT, cleared the network that was saved then I input the following command: M587 S"Your SSID" P"your-network-password"
This reported as successful with the M552 S1 reporting connected to my network.
And I am now able to connect using the web interface with no issue.
Now I wanted to check why I could connect when I couldnt before. So I carried out all as before but with pronterface. I noticed that using the M587 command in pronterface saves the SSID & Password all in Upper case instead of what it wa supposed to be, so that solved that part of the mystery.
What I dont fully understand is why the web browser found the printer and would open its IP address but would stumble when trying to connect, and why clearing the saved networks (which are all the same as before and havent changed for years) and using YAT to reconnect fixed the problem.
And the config.g is still the same as when I couldnt connect.
So its solved, but why is it solved and what was the root cause ?