Hello,
I bought the GL-MT6000 two weeks ago, configured it to work with my ISP and set the Wireless connection as well as WireGuard and some hostnames.
Everything worked flawlessly until today, when I wanted to log in the router control panel but I had an "Unknown error occurred. Please check the network environment or reboot the device." when I click on "Login". Tried with the android app but same issue.
I did access like a week ago and didn't have any problem. Also I have changed anything since them, just added two IoT devices (a watering system for the plants and a smart plug to control some lights)
I can access the cgi-bin/luci/ web. Also I can access via SSH and the /var/log/nginx/error.log looks like this:
2024/12/05 10:00:22 [crit] 17344#0: *171 connect() to unix:/var/run/ngx-ubus-proxy.sock failed (2: No such file or directory), client: 192.168.1.144, server: , request: "POST /rpc HTTP/1.1", host: "192.168.1.1", referrer: "http://192.168.1.1/"
2024/12/05 10:00:22 [error] 17344#0: *171 lua entry thread aborted: runtime error: /usr/share/gl-ngx/oui-rpc.lua:23: attempt to index local 'res' (a nil value)
stack traceback:
coroutine 0:
/usr/share/gl-ngx/oui-rpc.lua:23: in function '?'
/usr/share/gl-ngx/oui-rpc.lua:160: in function </usr/share/gl-ngx/oui-rpc.lua:1>, client: 192.168.1.144, server: , request: "POST /rpc HTTP/1.1", host: "192.168.1.1", referrer: "http://192.168.1.1/"
I tried to restart the router by disconecting it and also the nginx service like this:
/etc/init.d/nginx stop
cp -R /rom/etc/nginx /etc/nginx
/etc/init.d/nginx start
But didn't work.
Thanks