handle_cluster_request() takes 3 positional arguments but 5 were given
See original GitHub issueI’m getting the following error message, so I thought I should let you know. I’m using latest version of Home Assistant, not sure what zigpy version comes along with it. Hopefully is the latest.
Logger: zigpy_deconz.uart
Source: /usr/local/lib/python3.9/site-packages/zigpy_deconz/uart.py:94
First occurred: October 14, 2021, 5:28:57 PM (16 occurrences)
Last logged: 8:35:53 AM
Unexpected error handling the frame: handle_cluster_request() takes 3 positional arguments but 5 were given
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
TypeError: __init__() takes 3 positional arguments but 5 were ...
Tweepy v4.0.0 changed Stream to allow passing credentials like that when initializing, instead of auth and listener parameters.
Read more >TypeError _call_() takes 3 positional arguments but 5 were given
I am trying to run cutadapt with the command below but I keep getting the same error: TypeErrror: call() takes 3 positional arguments...
Read more >TypeError: __init__() takes 3 positional arguments but 4 were ...
TypeError: __init__() takes 3 positional arguments but 4 were given. How to fix this error? https://code.sololearn.com/cRi11cpb83oi/?ref=app.
Read more >CalculateGeometryAttributes() takes from 0 to 5 positional ...
Technical Article Details : Error: TypeError: CalculateGeometryAttributes() takes from 0 to 5 positional arguments but 6 were given.
Read more >load_state_dict() takes from 2 to 3 positional arguments but 4 ...
TypeError: load_state_dict() takes from 2 to 3 positional arguments but 4 were given The source code is as follows def generate(self): self.net ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
the problem is in https://github.com/zigpy/zha-device-handlers/blob/2d5d68cb71b4856fdf980a6270f1b1cd1003668b/zhaquirks/tuya/__init__.py#L837 it should be
the
self,
should be removedGuys, this has been fixed here #1097