kairoaraujo / kairoaraujo/python-kodaksmarthome
API changed? "Oops! Too many time click to page"
- Dominant language
- Python
- Stars
- 6
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Does this still work for anyone in EU?
Does this need to be reworked?
I get this error from the API:
```
Python 3.9.2 (default, May 30 2021, 22:58:55)
[Clang 12.0.5 (clang-1205.0.22.9)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from kodaksmarthome import KodakSmartHome
>>> my_home = KodakSmartHome('XXX', 'XXX')
>>> my_home.connect()
Traceback (most recent call last):
File "", line 1, in
File "/Users/XXX/dev/python-kodaksmarthome/kodaksmarthome/api.py", line 322, in connect
self._get_events()
File "/Users/XXX/dev/python-kodaksmarthome/kodaksmarthome/api.py", line 287, in _get_events
events_response = self._http_request(
File "/Users/XXX/dev/python-kodaksmarthome/kodaksmarthome/api.py", line 157, in _http_request
raise ConnectionError(
ConnectionError: Unexpected HTTP CODE error
503 HTML Template by Ebuynow
Oops! Too many time click to page
we are sorry, but you must wait several seconds to access again!
>>>
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.