mirror of
https://github.com/4IceG/luci-app-sms-tool.git
synced 2026-04-27 03:45:48 +03:00
[GH-ISSUE #16] Empty list in "Received Messages" #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-sms-tool#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nowaker on GitHub (Mar 25, 2022).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool/issues/16
sms_toolsees the messages:luci-app-sms-tool config:
@Nowaker commented on GitHub (Mar 25, 2022):
It appears to be an in-browser JavaScript error.
Seems related to the SIM card capacity logic.
sms_toolis doing fine:XHR request to
readsimalso works fine, regardless of whether I configure SIM card or memory storage area - but only when done independently of the UI:It's worth noting that when memory storage is set up, the UI doesn't throw any in-browser exceptions, and the capacity is correctly shown as 0/255.
@Nowaker commented on GitHub (Mar 25, 2022):
Okay, found the bug:
The code assumes the number has 3 digits. Well. Mine has one. Smarter parsing of
sms_tool statusis needed.@Nowaker commented on GitHub (Mar 25, 2022):
Fix: