kairoaraujo / kairoaraujo/python-kodaksmarthome
HK region not working?
- Dominant language
- Python
- Stars
- 6
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to get this going, and logging in with my HK credentials, it says wrong username or password.
Is it possible they changed something? When I log in using the website I am taken to this URL: `https://app-hk.kodaksmarthome.com/web/#/user/camera` and authenticates with `https://api-t01-r1.perimetersafe.com/v1/oauth/token` so the constants.py appears correct...
```
>>> from kodaksmarthome import KodakSmartHome
>>> my_home = KodakSmartHome('###@gmail.com', '###', region='HK')
>>> my_home.connect()
ConnectionError: You entered an incorrect username or password. Check your sign in details and try again. Take note your account will be locked after next 1 failed attempt(s). Then you have to wait for 30 minutes to try again.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.