Actions
Bug #16211
openPython errors in Cellular
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
25.11
Affected Version:
Affected Plus Version:
25.07
Affected Architecture:
All
Description
Errors from Cellular are shown in the boot and upgrade logs in 25.03:
Traceback (most recent call last):
File "/usr/local/cellular.py", line 590, in <module>
File "/usr/local/cellular.py", line 117, in set_config
File "/usr/local/lib/python3.11/configparser.py", line 938, in write
self._write_section(fp, section,
File "/usr/local/lib/python3.11/configparser.py", line 943, in _write_section
fp.write("[{}]\n".format(section_name))
TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last):
File "/usr/local/bin/cellular_dev.py", line 125, in <module>
gps_ug = path_ug + gpsport
^^^^^^^
NameError: name 'gpsport' is not defined
Tested: Cellular 1.2.4
Updated by Sayed Mohammad Badiezadegan 5 months ago
- Status changed from New to Confirmed
Updated by Jim Pingle 4 months ago
- Plus Target Version changed from 25.07 to 25.11
Updated by Jim Pingle 4 months ago
- Affected Plus Version changed from 25.03 to 25.07
Updated by Marcos M 3 months ago
- Status changed from Confirmed to Feedback
- Assignee set to Marcos M
- % Done changed from 0 to 100
Should be fixed with fb5c8ce9c911899c0360e1b80a21a19861d3c4a2.
Actions