mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #78] Cannot read properties of undefined (reading 'length') #61
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#61
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 @qooke on GitHub (May 12, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/78
TypeError
Cannot read properties of undefined (reading 'length')
@4IceG commented on GitHub (May 14, 2024):
Hi @QooGeek ,
Show command result:
@qooke commented on GitHub (May 14, 2024):
@4IceG commented on GitHub (May 14, 2024):
@QooGeek What modem are you using? Scripts don't know it.
@qooke commented on GitHub (May 15, 2024):
my 5g module fm350gl
@4IceG commented on GitHub (May 15, 2024):
@QooGeek Is modem set to USB (only this mode is added), without Modem Manager? what does the
cat /sys/kernel/debug/usb/devicescommand show?@qooke commented on GitHub (May 15, 2024):
The module does not seem to be recognized properly. It may be a problem with my module. I am checking it. Thank you very much.
@4IceG commented on GitHub (May 15, 2024):
If this is the full result of the command, then as you can see, modem is not available as a USB device. You need to change the configuration to make modem visible to 3ginfo-lite.
Maybe @prusa-dev can help how to do it.
@prusa-dev commented on GitHub (May 15, 2024):
@QooGeek
Hi
What package are you using to connect the modem via USB?
Try this one - https://github.com/koshev-msk/modemfeed/tree/master/packages/net/fm350-modem
@qooke commented on GitHub (May 15, 2024):
@4IceG @prusa-dev Thank you very much for your help. My fm350 is broken. I replaced it and it works.