Category
Serial
Hardware
T-Lora v2 1.6
Firmware Version
2.3.4
Description
When importing backup settings using python CLI I got an error: int() argument must be a string, a bytes-like object, or a real number, not 'NoneType', after investigation I found:
location:
alt: null
In my setting file, after setting it to 0, the problem was fixed. However, it looks like there is a problem with exporting alt value.
Relevant log output
INFO file:node.py beginSettingsTransaction line:537 Telling open a transaction to edit settings
Setting device owner to xxx
Setting device owner short to xxx
Setting channel url to xxx
Aborting due to: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'