I’m currently trying my best to setup my UPC Router, but keep running into a error after setting the admin password and before setting the SSID and WLAN Password.
When I click the Continue button in-between these two steps I get following Error:
ReferenceError: Can't find variable: PreSharedKey2g
on line 1584.
I did some further digging and found that the error originates from the startInstall function and the PreSharedKey2g should be set in the getXmlWirelessBandModeInfo function, which is called in the CheckPwd function on the admin login screen. My guess is that the Xml Request isn’t working, isn’t being called in the CheckPwd function or being timed out.
Anyone having the same problem?
Edit: I tried overriding the timeout to a longer time. Which also didn’t seem to be working. I also let the commands run via console in a single order which didn’t reveal anything new. My new guess is that the PreSharedKey2g isn’t a global. Thats why it can’t be accessed by other functions. My second guess is that the server isn’t responding with the correct data to the Xml Request. Since all data that is being requested doesn’t contain a SSID2G or PreSharedKey2g.