Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mdeweerd opened this issue Dec 20, 2021 · 1 comment · Fixed by #117
Closed

Comments

@mdeweerd
Copy link
Contributor

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

@puddly puddly transferred this issue from zigpy/zigpy Dec 20, 2021
@puddly
Copy link
Collaborator

puddly commented Dec 20, 2021

The version of Z-Stack on your stick is very old, you should upgrade it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants