-
Notifications
You must be signed in to change notification settings - Fork 43
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
Error 429 Server Busy #208
Comments
I‘m not speaking French so I translated your message. |
The issue is because you are hitting the maximum amount of 10 executions at the same time. We encounter the issue as well in the Home Assistant integration; iMicknl/ha-tahoma#261. How many devices do you have and how many actions do you execute at the same time?
|
Thanks for answer @MirkoKas |
Hello @iMicknl
I have 3 devices for this automation. |
Yeah, I used to have several automations a couple of months back, because 19 blinds could not be handled in one automation. But this got fixed in this plugin several month ago and @dubocr found a solution to queue those request to Somfy, when I remember correctly. |
This is still happening, and it is not caused by your devices making too many requests at the same time. As @MirkoKas said, it happens because Somfy's servers are flooded by too many concurrent requests by everybody. The solution is to not give up on first failure, but to retry with an exponential backoff. |
Bonjour,
J'ai réactivé l'automatisation, pour la mise en route des chauffages, à une heure précise mais j'ai remarqué qu'ils ne s'allumaient pas malgré la programmation.
À chaque déclenchement de l'automatisation pour le chauffage j'ai le Log suivant:
14/10/2020 à 07:59:59 [Tahoma] [Chauffage de R.] setHeatingLevel["eco"]
14/10/2020 à 07:59:59 [Tahoma] Error 429 Server busy, please try again later. (Too many executions) (TOO_MANY_OPERATIONS_IN_PROGRESS)
14/10/2020 à 07:59:59 [Tahoma] [Chauffage de R.] setHeatingLevel FAILED
Mes volets sont aussi automatisés, à une heure précise, mais je ne rencontre pas ce problème, ils se ferment bien comme prévu, à l'heure prévue.
Tous mes appareils sont à jour, j'ai effacé puis refait l'automatisation mais rien n'y fait.
Une idée?
EDIT:
J'ai eu ce Log à 17h30 (je n'ai pas d'automation à cette heure-ci)
14/10/2020 à 17:31:02 [Tahoma] Error 502
14/10/2020 à 17:31:02 [Tahoma] [EXECPOLLING] Error with listener 11192f96-ac10-3401-2d04-1db385e545f0 => Error 502
14/10/2020 à 17:31:02 [Tahoma]
14/10/2020 à 17:31:02 [Tahoma] Listener registered 27bc72a5-ac10-3401-2d04-1db32aa599a3
14/10/2020 à 17:31:03 [Tahoma] Error 400 Invalid event listener id : 11192f96-ac10-3401-2d04-1db385e545f0 (UNSPECIFIED_ERROR)
14/10/2020 à 17:31:03 [Tahoma] [EXECPOLLING] Error with listener 27bc72a5-ac10-3401-2d04-1db32aa599a3 => Error 400 Invalid event listener id : 11192f96-ac10-3401-2d04-1db385e545f0 (UNSPECIFIED_ERROR)
14/10/2020 à 17:31:03 [Tahoma]
14/10/2020 à 17:31:03 [Tahoma] Listener registered 27bc7349-ac10-3401-2d04-1db30f20e5e9
Cordialement
The text was updated successfully, but these errors were encountered: