-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
[MEROSS-API-CHANGED] missing 1 required positional argument: 'skill_number' #274
Comments
Same for me. Tested on Windows with different Python Versions from 3.8 to 3.10 with 32bit and 64bit and library version 0.4.2.3 and 0.4.5.3. |
Same for me... Strange enough, I updated yesterday, 19 hours ago, and it worked fine till 2 hours ago, while I clearly did not change anything between 19 hours ago and 2 hours ago... |
Hi, |
Thank you Alberto |
Thank you Alberto! |
Many thanks ! |
@albertogeniola thanks for your good work, how do we apply the fix in Home Assistant? |
Thanks, sorry I misunderstood that this was resolved :) |
For the ones using this library, you can now upgrade to v0.4.5.4, which includes the hotfix. |
Everything is now OK ! You rock ! |
I'm glad to hear that. Jokes aside, It's just too bad people must now upgrade the library version to the latest one. I know of many IoT projects relying on this library to work and I'm afraid they will need to upgrade to keep them up and running. |
You're a legend, it is all working fine now, thanks!! @albertogeniola enjoy your coffee! |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Thank you @albertogeniola!! My orchids all thank you :) |
Have updated to 0.4.5.7 and all good. Thanks as always for the quick fixes. |
I'm glad it worked! |
Hello,
I have an issue with the latest version :
File "/usr/local/lib/python3.7/dist-packages/meross_iot/manager.py", line 343, in async_device_discovery
http_devices = await self._http_client.async_list_devices()
File "/usr/local/lib/python3.7/dist-packages/meross_iot/http_api.py", line 417, in async_list_devices
return [HttpDeviceInfo.from_dict(x) for x in result]
File "/usr/local/lib/python3.7/dist-packages/meross_iot/http_api.py", line 417, in
return [HttpDeviceInfo.from_dict(x) for x in result]
File "/usr/local/lib/python3.7/dist-packages/meross_iot/model/shared.py", line 27, in from_dict
obj = cls(**new_dict)
With this code (it's the call async_device_discovery that generate the error)
Could you help me ?
The text was updated successfully, but these errors were encountered: