-
Notifications
You must be signed in to change notification settings - Fork 52
fix: cycle through iot urls #490
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
Conversation
|
🤖 Hi @Lash-L, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
@allenporter I added a test. Sorry I kind of dropped the ball on this, maybe we can try to get it in 2025.10.1 |
|
Is there a timeline when this fix might hit a release? We just bought a Qrevo CurvX (in part for the HA integration) and we got hit the "no account associated with the email you entered" running V2025.10.1 |
10.2! |
|
Thank you, I assume that means the V2025.10.2 release? |
So - new accounts only give back the proper iot url on their specific regions iot url. Previously, if you hit any iot url, you would get your data back.
The options are either
a) Have the user specific what region to use, which is not clear for the user as they are a bit random sometimes. Some of Africa seems to be US and some seems to be EU. HK is US and mainland china is CN. Japan is US. A lot of randomness that a user couldn't really guess.
or
B) cycle through all of them until we get the right answer.
So i went with B.