You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
Hi
Here is the traceback for a failure occuring when permitting joins.
The zip contains the script, the log and the sql dump.
NoneTypeIssue.zip
The text was updated successfully, but these errors were encountered: