albertogeniola / MerossIot

Async Python library for controlling Meross devices
https://albertogeniola.github.io/MerossIot/
MIT License
474 stars 88 forks source link

Error: Exception caught: You have issued too many tokens without logging out and your account might have been temporarly disabled. #386

Open bryanminorphd opened 1 month ago

bryanminorphd commented 1 month ago

The error meessage is:

"Error: Exception caught: You have issued too many tokens without logging out and your account might have been temporarly disabled."

Why am I getting this 5 hour time out? How can this be fixed?

Thanks for resolving this issue.

MichelRabozee commented 1 month ago

Hi, seems linked to issue #385 and you are locked out from Meross Cloud because all the calls are failing, and end up with too many open tokens.

bryanminorphd commented 1 month ago

@MichelRabozee - Thank you for the insight. Does this mean the Meross Cloud is down?

MichelRabozee commented 1 month ago

@bryanminorphd no, it means that the meross_iot library may need an update to cope with the fact that some value is no more given back by the cloud API. There is a fix in the pipe I think (PR #387 )

albertogeniola commented 1 month ago

duplicate of #385 . Please upgrade to latest version v0.4.7.3 and report back.