Card stops working intermittently: Unknown error
See original GitHub issueI’m using the current latest v4.0.0. Nothing shows in the browser logs. Happens frequently, but I still can’t determine why.
This didn’t happen in v3.
This is the configuration of one of my cards, but the problem happens to all of them:
- type: custom:frigate-card
view:
default: live
update_force: false
menu:
buttons:
frigate:
enabled: false
snapshots:
enabled: false
image:
enabled: false
style: outside
position: top
live:
preload: false
controls:
next_previous:
style: none
title:
mode: none
lazy_load: true
lazy_unload: all
auto_unmute: never
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:9'
event_viewer:
auto_play: never
elements:
- type: custom:frigate-card-conditional
conditions:
view:
- live
camera:
- camera.rua
elements:
- type: icon
icon: mdi:arrow-up
style:
background: rgba(255, 255, 255, 0.75)
border-radius: 5px
right: 25px
bottom: 115px
tap_action:
action: call-service
service: onvif.ptz
service_data:
entity_id: camera.rua_onvif
tilt: UP
move_mode: ContinuousMove
speed: 0.05
continuous_duration: 0.05
- type: icon
icon: mdi:arrow-down
style:
background: rgba(255, 255, 255, 0.75)
border-radius: 5px
right: 25px
bottom: 65px
tap_action:
action: call-service
service: onvif.ptz
service_data:
entity_id: camera.rua_onvif
tilt: DOWN
move_mode: ContinuousMove
speed: 0.05
continuous_duration: 0.05
- type: icon
icon: mdi:arrow-left
style:
background: rgba(255, 255, 255, 0.75)
border-radius: 5px
right: 50px
bottom: 90px
tap_action:
action: call-service
service: onvif.ptz
service_data:
entity_id: camera.rua_onvif
pan: LEFT
move_mode: ContinuousMove
speed: 0.05
continuous_duration: 0.05
- type: icon
icon: mdi:arrow-right
style:
background: rgba(255, 255, 255, 0.75)
border-radius: 5px
right: 0px
bottom: 90px
tap_action:
action: call-service
service: onvif.ptz
service_data:
entity_id: camera.rua_onvif
pan: RIGHT
move_mode: ContinuousMove
speed: 0.05
continuous_duration: 0.05
- type: custom:frigate-card-conditional
conditions:
view:
- live
camera:
- camera.rua
elements:
- type: custom:frigate-card-menu-submenu-select
entity: select.camera_da_rua_night_vision
cameras:
- camera_entity: camera.rua
live_provider: frigate-jsmpeg
id: camera.rua
title: Rua
camera_name: rua
- camera_entity: camera.morro
live_provider: frigate-jsmpeg
- camera_entity: camera.portao
live_provider: frigate-jsmpeg
- camera_entity: camera.video_porteiro
live_provider: ha
Issue Analytics
- State:
- Created a year ago
- Comments:39 (34 by maintainers)
Top Results From Across the Web
I received an unknown error that pops out randomly. error ...
Is Error Responder application installed in Windows Settings > Apps > Apps & Features? If so highlight and Uninstall. If not in Task...
Read more >[9 Ways] Fix Phone Says No SIM Card Error on Android - iMobie
Check if SIM Card is not Working on Another Phone; Fix 6. ... If these do not work, then you can go ahead...
Read more >12 Things to Try When Your Sim Card Is Not Working
The SIM card might be slightly out of place and it's failing to make contact with the phone's internal connectors. This often happens...
Read more >How to Fix 'No SIM Card Detected' Error on Android and iPhone
Here are a few ways to to fix the 'No SIM Card Detected' Error on Android and iPhone without downloading any software.
Read more >No SIM Card Error On Samsung Galaxy [Updated Solutions]
One of the most commonplace problems that affect Android smartphones is the "No SIM Card " error. In this video, we'll show you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dermotduffy - I see 0.10.1-83481AF. I’m not sure if this is the version number you are looking for?
Ok, the issue didn’t happen since I upgraded the Frigate integration from v2.2.2 to v2.3.
I’m closing the issue, if it happens again, I will come back.
I am very grateful about all the care you put in both the Frigate Card and the integration.