albertogeniola / MerossIot

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

Following library upgrade to v0.4.5.4 i am receiving - TooManyTokensException #275

Closed DuncBegg closed 1 year ago

DuncBegg commented 1 year ago

I note the recent change in Meross API and the v0.4.5.4 library you provide for this :)

However, having upgraded the library, and using the starter script in your repository, upon calling....
_http_api_client = await MerossHttpClient.async_from_userpassword(email=EMAIL, password=PASSWORD)

....I'm now getting the following error: Exception has occurred: TooManyTokensException You have issued too many tokens without logging out and your account might have been temporarly disabled.

I have been using your library a long time trouble free. And i always call _await http_api_client.async_logout()_ anytime i invoke calls to meross.

Has anyone else experienced this?

DuncBegg commented 1 year ago

Meross website Chatbot is telling me the following:

Screen Shot 2023-01-05 at 10 21 42 am

DuncBegg commented 1 year ago

Issue seems to have resolved itself. Closing out