Skip to content

_zstack_build_id missing ? - '<' not supported between instances of 'NoneType' and 'int' #116

Closed
@mdeweerd

Description

@mdeweerd

Hi

Here is the traceback for a failure occuring when permitting joins.
The zip contains the script, the log and the sql dump.

Traceback (most recent call last):
  File "../workspace/testpy/./zig.py", line 90, in <module>
    asyncio.run(main())
  File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
    return future.result()
  File "/cygdrive/d/mdeweerd/workspace/testpy/./zig.py", line 76, in main
    await app.permit(60)
  File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 537, in permit
    if time_s == 0 or self._zstack_build_id < 20210708 or node == self.ieee:
TypeError: '<' not supported between instances of 'NoneType' and 'int'

NoneTypeIssue.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions