mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #35] SyntaxError : Bad control character in string literal in JSON at position 52 #158
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#158
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 @kuyay on GitHub (Jan 29, 2023).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/35
Bad control character in string literal in JSON at position 52
root/usr/share/3ginfo-lite/3ginfo-addon/2c7c0801
Quectel RM520N-GL
@4IceG commented on GitHub (Jan 29, 2023):
Hi @kuyay ,
Thanks for reporting the bug. Show me the result of the command:
sh -x /usr/share/3ginfo-lite/3ginfo.sh@kuyay commented on GitHub (Jan 29, 2023):
@4IceG commented on GitHub (Jan 29, 2023):
Okay, a few things...
Are you using ModemManager? (My package is not compatible with it)
You also have my package misconfigured. Execute the command
@kuyay commented on GitHub (Jan 29, 2023):
Yes sir, i'm using modemmanager, thanks for your answers!
Can you give me some advice, what can I use to connect to my modem (beside ModemManager)?
@4IceG commented on GitHub (Jan 29, 2023):
It would be best to uninstall MM (which takes control of the modem and makes it difficult for other packages to access the modem) and configure the connection using a different protocol, such as qmi.
@kuyay commented on GitHub (Jan 29, 2023):
alright sir, thanks.