hass-aarlo icon indicating copy to clipboard operation
hass-aarlo copied to clipboard

Cameras stopped streaming

Open rbcaixeta opened this issue 1 year ago • 1 comments

Was working before, now when clicking camera on aarlo-glance card nothing happens.

UI:

type: custom:aarlo-glance
entity: camera.aarlo_garage_camera
image_view: arlo-stream
image_click: stream
image_top: name,status
image_bottom:
  - library,stream,snapshot
  - motion,sound,battery

Config:

stream:

aarlo:
  save_session: False
  host: https://my.arlo.com
  username: !secret arlo_username
  password: !secret arlo_password
  refresh_devices_every: 2
  tfa_source: imap
  tfa_type: email
  tfa_host: imap.gmail.com:993
  tfa_username: !secret gmail_appusr
  tfa_password: !secret gmail_apppwd

camera:
  - platform: aarlo

binary_sensor:
  - platform: aarlo
    monitored_conditions:
    - motion
    - sound

sensor:
  - platform: aarlo
    monitored_conditions:
    - total_cameras
    - battery_level

Logs:

Logger: pyaarlo
Source: custom_components/aarlo/pyaarlo/__init__.py:720
Integration: Arlo Camera Support ([documentation](https://github.com/twrecked/hass-aarlo/blob/master/README.md), [issues](https://github.com/twrecked/hass-aarlo/issues))
First occurred: April 10, 2023 at 4:45:09 PM (57 occurrences)
Last logged: 8:44:19 AM

error in response={'data': {'error': '2016', 'message': "We are sorry, but you don't have permission to perform this action.", 'reason': 'No Such Permissions'}, 'success': False}
error in response={'success': False, 'data': {'error': '2016', 'message': "We are sorry, but you don't have permission to perform this action.", 'reason': 'No Such Permissions'}}
error in response={'success': False, 'data': {'error': '2217', 'message': 'The device does not exist.', 'reason': 'Invalid uniqueId recieved.'}}
request-error=RuntimeError

or

Logger: homeassistant.components.stream.stream.camera.aarlo_back_door_floodlight
Source: components/stream/__init__.py:434
Integration: Stream ([documentation](https://www.home-assistant.io/integrations/stream), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+stream%22))
First occurred: April 10, 2023 at 4:45:50 PM (105 occurrences)
Last logged: 8:44:38 AM

Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input) rtsps://arlostreaming3541-z2-prod.wowza.arlo.com:443/vzmodulelive/A7W52475A2914_1681170297094?egressToken=redacted&userAgent=iOS&cameraId=A7W52475A2914_1681170297094&txnId=FE!d1866d77-91db-4a90-a707-5e8e172fb1f9
Error from stream worker: Error opening stream (EXIT, Immediate exit requested) rtsps://arlostreaming3541-z2-prod.wowza.arlo.com:443/vzmodulelive/A7W52475A2914_1681170297094?egressToken=redacted&userAgent=iOS&cameraId=A7W52475A2914_1681170297094&txnId=FE!d1866d77-91db-4a90-a707-5e8e172fb1f9

rbcaixeta avatar Apr 11 '23 15:04 rbcaixeta