Luci error after upgrade to 19.07.1

Hi,
after upgrading to 19.07.1, Luci cannot display firewall traffic rules.
On Safari I get

#### TypeError
null is not an object (evaluating 'p[2]')

On Firefox

#### TypeError
p is null

How to debug this and find where Luci gets stuck?
Thanks,
shpokas

Check your browser console and see if it prints a backtrace.

Indeed. Thanks for the hint.
But it looks like Luci is trying to use something that does not exist in my router...

**NetworkError: "HTTP error 404 while loading class file "/luci-static/resources/protocol/grev6tap.js?v=git-20.062.72596-c7b5ee3"** at compileClass (https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108:3) "
raise https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:95
compileClass https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108
[luci.js:101:9](https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3)
**NetworkError: "HTTP error 404 while loading class file "/luci-static/resources/protocol/gretap.js?v=git-20.062.72596-c7b5ee3"** at compileClass (https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108:3) "
raise https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:95
compileClass https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108
[luci.js:101:9](https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3)
**NetworkError: "HTTP error 404 while loading class file "/luci-static/resources/protocol/grev6.js?v=git-20.062.72596-c7b5ee3"** at compileClass (https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108:3) "
raise https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:95
compileClass https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108
[luci.js:101:9](https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3)
**NetworkError: "HTTP error 404 while loading class file "/luci-static/resources/protocol/gre.js?v=git-20.062.72596-c7b5ee3"** at compileClass (https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108:3) "
raise https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:95
compileClass https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108
[luci.js:101:9](https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3)
**NetworkError: "HTTP error 404 while loading class file "/luci-static/resources/protocol/relay.js?v=git-20.062.72596-c7b5ee3"** at compileClass (https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108:3) "
raise https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:95
compileClass https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3:108
[luci.js:101:9](https://myrouter/luci-static/resources/luci.js?v=git-20.062.72596-c7b5ee3)

That error is expected and harmless. Can you PM me your /etc/config/firewall file?

Oh. Check PM, please.

Thanks, that helped me to track down the root cause. The crash is triggered by option proto '0' in your "block ipad" rule. You cna replace it with option proto 'all' for the time being to avoid the problem.

1 Like

That helped! Had to replace "proto '0'" in two places.
Many thanks for your help! Much appreciated!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.