mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #117] Error: JSON.parse: bad escaped character at line 14 column 33 of the JSON data #92
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-3ginfo-lite#92
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 @DummyPayload on GitHub (Apr 17, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/117
Bananapi BPI-R4 with Quecktel RM520N-GL (mbim)
Cannot show any info in luci app, only shows mentioned error.
Error line points into operator name, maybe those "\0D\0A" are doing something nasty here?
partial sh -x /usr/share/3ginfo-lite/3ginfo.sh output:
@DummyPayload commented on GitHub (Apr 18, 2025):
following issue #102 advise:
"operator_name":"${COPS%'\0D\0A'}",
seems to do the trick - maybe will propose MR later with fix