canufrank
Occasional Visitor
Client List
Just to echo zenmota's issue- I'm facing the same thing on the same setup: Win 8 Pro amd64 / IE 10 32 bit / RT-N66U with 3.0.0.4.372.30_2. No problems encountered on Firefox (or Chrome with Zenmota).
SCRIPT5007: Unable to get property 'length' of undefined or null reference
nameresolv.js, line 64 character 17
The problem has to do with any devices that do not broadcast a hostname, but simply their MAC address. If the devices have a hostname pushed to them (by assigning a static IP), the problem goes away. If the device is removed from the network, the problem goes away.
In my case, it is an iPhone5 and/or a MagicJack Plus that allows me to reproduce the error
Based on the error message, it sounds like this function gets called while one of these lists is empty.
Thanks, this gives me a starting point to look into it.
The most common invalid names that I see are names that contain quotes, or non latin characters (i.e. people using cyrillic in device names). This also applies to the DHCP reservation page of the router. I doubt that's what is causing your issue in this case, but you can check that page too if you had manually entered device names there.
Same issue here with W7 64bit and IE10.
Just to echo zenmota's issue- I'm facing the same thing on the same setup: Win 8 Pro amd64 / IE 10 32 bit / RT-N66U with 3.0.0.4.372.30_2. No problems encountered on Firefox (or Chrome with Zenmota).
SCRIPT5007: Unable to get property 'length' of undefined or null reference
nameresolv.js, line 64 character 17
The problem has to do with any devices that do not broadcast a hostname, but simply their MAC address. If the devices have a hostname pushed to them (by assigning a static IP), the problem goes away. If the device is removed from the network, the problem goes away.
In my case, it is an iPhone5 and/or a MagicJack Plus that allows me to reproduce the error