Skip to content

[Bug]: int() argument must be a string while importing settings #548

@ksampolski

Description

@ksampolski

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions