Retry initial sign-in.
See original GitHub issueHi there,
Thanks for making this plugin!
Could you add a feature to retry signing-in every, say, 15 seconds if not successful initially? Up to some sort of sensible maximum, of course.
I get:
[DysonPureCoolPlatform] Error while signing in. Error: Error: getaddrinfo EAI_AGAIN appapi.cp.dyson.com
…every time I sign in (same with some other plugins, but the other ones do sign-in after a couple of tries).
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[FEATURE] Retry login instead of exiting · Issue #1169 - GitHub
When activeloop login is used and a user enters the wrong username or password by mistake, the prompt exits. Instead, the prompt could...
Read more >Retry web service call if authentication failure requires re-login
I'm consuming a web service from C#, and the web service requires a login call and then uses cookie sessions. The web service...
Read more >AWS CLI retries - AWS Command Line Interface
The AWS CLI provides many features to assist in retrying client calls to AWS services when these kinds of errors or exceptions are...
Read more >Retry pattern - Azure Architecture Center | Microsoft Learn
Learn how to use the Retry pattern to enable an application to handle anticipated, temporary failures when the app tries to connect to...
Read more >"Please Sign In To Continue This Action. Tap To Retry" How ...
Whenever I am Trying To Login in YouTube it shows a message "Please Sign In To Continue This Action. Tap To...
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
Retry is added in the latest version. The plugin continuously retries to communicate with the API until it succeeds.
Hi @Suges,
I can implement some kind of retry mechanism, however, it does not have the highest priority on my list.