[GH-ISSUE #7] Configuraion tab not opened - error in luci #9

Closed
opened 2026-03-04 12:10:09 +03:00 by kerem · 4 comments
Owner

Originally created by @Harwesta on GitHub (Sep 8, 2021).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool/issues/7

Hi!

Orange pi zero
openwrt-19.07 branch (git-21.044.30835-34e0d65) / OpenWrt 19.07.7 r11306-c4a6851c72
Error on configuration tab:
http://192.168.1.1/cgi-bin/luci/admin/modem/sms/smsconfig

/usr/lib/lua/luci/cbi.lua:53: /usr/lib/lua/luci/model/cbi/modem/smsconfig.lua:219: '=' expected near 'local'
stack traceback:
[C]: in function 'assert'
/usr/lib/lua/luci/cbi.lua:53: in function 'load'
/usr/lib/lua/luci/dispatcher.lua:1340: in function '_cbi'
/usr/lib/lua/luci/dispatcher.lua:1023: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:478: in function </usr/lib/lua/luci/dispatcher.lua:477>

Originally created by @Harwesta on GitHub (Sep 8, 2021). Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool/issues/7 Hi! Orange pi zero openwrt-19.07 branch (git-21.044.30835-34e0d65) / OpenWrt 19.07.7 r11306-c4a6851c72 Error on configuration tab: http://192.168.1.1/cgi-bin/luci/admin/modem/sms/smsconfig /usr/lib/lua/luci/cbi.lua:53: /usr/lib/lua/luci/model/cbi/modem/smsconfig.lua:219: '=' expected near 'local' stack traceback: [C]: in function 'assert' /usr/lib/lua/luci/cbi.lua:53: in function 'load' /usr/lib/lua/luci/dispatcher.lua:1340: in function '_cbi' /usr/lib/lua/luci/dispatcher.lua:1023: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:478: in function </usr/lib/lua/luci/dispatcher.lua:477>
kerem closed this issue 2026-03-04 12:10:09 +03:00
Author
Owner

@4IceG commented on GitHub (Sep 8, 2021):

Hi, it looks like a bug with luci itself and not with the application, you
are the first person to report something like this. Try to clear the cache
in Luci and the browser, if that doesn't help, try to install the
application on a clean system (after factory reset).

śr., 8 wrz 2021, 07:44 użytkownik Harwesta @.***>
napisał:

Hi!

Orange pi zero
openwrt-19.07 branch (git-21.044.30835-34e0d65) / OpenWrt 19.07.7
r11306-c4a6851c72
Error on configuration tab:
http://192.168.1.1/cgi-bin/luci/admin/modem/sms/smsconfig

/usr/lib/lua/luci/cbi.lua:53:
/usr/lib/lua/luci/model/cbi/modem/smsconfig.lua:219: '=' expected near
'local'
stack traceback:
[C]: in function 'assert'
/usr/lib/lua/luci/cbi.lua:53: in function 'load'
/usr/lib/lua/luci/dispatcher.lua:1340: in function '_cbi'
/usr/lib/lua/luci/dispatcher.lua:1023: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:478: in function
</usr/lib/lua/luci/dispatcher.lua:477>


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/4IceG/luci-app-sms-tool/issues/7, or unsubscribe
https://github.com/notifications/unsubscribe-auth/AOIOFSMLHPRWN2SBXI3K3RLUA3Z2DANCNFSM5DT5QOEQ
.
Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

<!-- gh-comment-id:915279525 --> @4IceG commented on GitHub (Sep 8, 2021): Hi, it looks like a bug with luci itself and not with the application, you are the first person to report something like this. Try to clear the cache in Luci and the browser, if that doesn't help, try to install the application on a clean system (after factory reset). śr., 8 wrz 2021, 07:44 użytkownik Harwesta ***@***.***> napisał: > Hi! > > Orange pi zero > openwrt-19.07 branch (git-21.044.30835-34e0d65) / OpenWrt 19.07.7 > r11306-c4a6851c72 > Error on configuration tab: > http://192.168.1.1/cgi-bin/luci/admin/modem/sms/smsconfig > > /usr/lib/lua/luci/cbi.lua:53: > /usr/lib/lua/luci/model/cbi/modem/smsconfig.lua:219: '=' expected near > 'local' > stack traceback: > [C]: in function 'assert' > /usr/lib/lua/luci/cbi.lua:53: in function 'load' > /usr/lib/lua/luci/dispatcher.lua:1340: in function '_cbi' > /usr/lib/lua/luci/dispatcher.lua:1023: in function 'dispatch' > /usr/lib/lua/luci/dispatcher.lua:478: in function > </usr/lib/lua/luci/dispatcher.lua:477> > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/4IceG/luci-app-sms-tool/issues/7>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AOIOFSMLHPRWN2SBXI3K3RLUA3Z2DANCNFSM5DT5QOEQ> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > >
Author
Owner

@Harwesta commented on GitHub (Sep 8, 2021):

Ok, i try it.
But this a first (and clean) starting after compiling firmware with your module :)
My colleague try my firmware and report same issue.

<!-- gh-comment-id:915282628 --> @Harwesta commented on GitHub (Sep 8, 2021): Ok, i try it. But this a first (and clean) starting after compiling firmware with your module :) My colleague try my firmware and report same issue.
Author
Owner

@4IceG commented on GitHub (Sep 8, 2021):

If you compile by yourself, try to build the image on the newest Openwrt
source possible. I tested the applications only on versions 21.x and I do
not know where they stopped with patches in older versions.

śr., 8 wrz 2021, 16:20 użytkownik Harwesta @.***>
napisał:

Ok, i try it.
But this a first (and clean) starting after compiling firmware with your
module :)
My colleague try my firmware and report same issue.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/4IceG/luci-app-sms-tool/issues/7#issuecomment-915282628,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AOIOFSNSFHC2DTGSDR4EZMDUA5WLZANCNFSM5DT5QOEQ
.
Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

<!-- gh-comment-id:915288670 --> @4IceG commented on GitHub (Sep 8, 2021): If you compile by yourself, try to build the image on the newest Openwrt source possible. I tested the applications only on versions 21.x and I do not know where they stopped with patches in older versions. śr., 8 wrz 2021, 16:20 użytkownik Harwesta ***@***.***> napisał: > Ok, i try it. > But this a first (and clean) starting after compiling firmware with your > module :) > My colleague try my firmware and report same issue. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/4IceG/luci-app-sms-tool/issues/7#issuecomment-915282628>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AOIOFSNSFHC2DTGSDR4EZMDUA5WLZANCNFSM5DT5QOEQ> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > >
Author
Owner

@Harwesta commented on GitHub (Sep 8, 2021):

Ok.
I build firmware on openwrt 19.07.07 because a 21.02 unstable

<!-- gh-comment-id:915352247 --> @Harwesta commented on GitHub (Sep 8, 2021): Ok. I build firmware on openwrt 19.07.07 because a 21.02 unstable
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-sms-tool#9
No description provided.