4IceG / luci-app-3ginfo-lite

Graphic visualization of the mPCI-E / M.2 and USB 3G / LTE / LTE-A / 5G modem connection status. (LuCI JS) | OpenWrt >= 21.02
90 stars 35 forks source link

3gdetail:TypeError sdata.simslot is undefined #42

Closed Jalakas closed 1 year ago

Jalakas commented 1 year ago

3gdetail page shows me error: pilt

When the problems behind this are:

/usr/share/3ginfo-lite/3ginfo.sh json
/usr/share/3ginfo-lite/3ginfo.sh: line 165: /usr/share/3ginfo-lite/detect.sh: Permission denied
{"error":"Device not found"}
drwxr-xr-x    2 root     root           543 Mar 10 21:57 3ginfo-addon
drwxr-xr-x    1 root     root             0 Mar 10 21:57 3ginfo-hilink
-rwxr-xr-x    1 root     root          9934 Mar 10 21:57 3ginfo.sh
-rw-r--r--    1 root     root           183 Mar 10 21:57 check.gcom
-rw-r--r--    1 root     root          1147 Mar 10 21:57 detect.sh
-rw-r--r--    1 root     root           774 Mar 10 21:57 info.gcom
-rw-r--r--    1 root     root         37221 Mar 10 21:57 mccmnc.dat

After "chmod +x /usr/share/3ginfo-lite/detect.sh" 3gdetail page works again.

4IceG commented 1 year ago

Thanks, I'll fix it right away.