Skip to content

Webui cannot read properties of undefined (reading 'toString') #948

Open
@flazzarini

Description

@flazzarini

I've noticed that I am unable to use the Events view in the web browser for a given camera, the others are working fine. Here is the error I am getting in the webgui

Image

The related configuration file is here.

## Start by adding some cameras
ffmpeg:
  camera:
    bruno_cam:  # This value has to be unique across all cameras
      name: Bruno Cam
      host: 192.168.0.1
      port: 8554
      path: /bruno_cam
      protocol: rtsp
      stream_format: rtsp
      pix_fmt: yuv420p
      fps: 20
      ffprobe_loglevel: info
      recorder:
        continuous_recording: true
        continuous:
          max_size:
            gb: 10
        events:
          max_age:
            days: 14

    cam_1:  # This value has to be unique across all cameras
      name: Cam 1
      host: 192.168.0.2
      port: 554
      path: /Preview_01_sub
      username: "stream"
      password: "foobar"
      protocol: rtsp
      stream_format: rtsp
      pix_fmt: yuv420p
      fps: 30
      ffprobe_loglevel: info
      recorder:
        continuous_recording: true
        continuous:
          max_size:
            gb: 10
        events:
          max_age:
            days: 14

## To tie everything together we need to configure one more component.
nvr:
  bruno_cam:  # Run NVR
  cam_1:   # Run NVR

# Now you can restart Viseron and you should be good to go!

Not sure if is a bug in my configuration file, or if is actually a bug in the WebUI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions