Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Forbidden when accessing get_devs_list #72

Description

@jrlambs

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Install with pip3, 'pip3 install python-eufy-security'
  2. Create program exactly like the demo application that starts rtsp stream
  3. update credentials to my own
  4. run the program python3 program.py

Expected behavior
program connects successfully and lists device details

Additional context
In reality I get an error.

python3 blah.py Traceback (most recent call last): File "/Users/jrlambs/projects/python/eufy/blah.py", line 30, in <module> asyncio.get_event_loop().run_until_complete(main()) File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete return future.result() File "/Users/jrlambs/projects/python/eufy/blah.py", line 12, in main api = await async_lo websession) File "/Users/jrlambs/Library/Python/3.9/lib/python/site-packages/eufy_security/api.py", line 130, in async_login await api.async_update_device_info() File "/Users/jrlambs/Library/Python/3.9/lib/python/site-packages/eufy_security/api.py", line 57, in async_update_device_info devices_resp = await self.request("post", "app/get_devs_list") File "/Users/jrlambs/Library/Python/3.9/lib/python/site-packages/eufy_security/api.py", line 114, in request raise RequestError( eufy_security.errors.RequestError: There was an unknown error while requesting app/get_devs_list: 403, message='Forbidden', url='https://security-app.eufylife.com/v1/app/get_devs_list

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions