Skip to content
Discussion options

You must be logged in to vote

Based on your error logs, you're experiencing a known issue with Frigate version 0.16.2 related to VAPID key generation for WebPush notifications(1). The error TypeError: curve must be an EllipticCurve instance occurs when Frigate attempts to initialize the WebPush notification system and generate the notifications.pem file(1).

I notice in your configuration you have notifications disabled at the global level (notifications: enabled: false), but you still have notifications enabled for individual cameras(2). This configuration mismatch may be causing Frigate to attempt initialization of the notification system despite your intent to disable it.

To resolve this issue:

  1. Disable notification…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hawkeye217
Comment options

@Landonthi
Comment options

@hawkeye217
Comment options

Answer selected by hawkeye217
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
3 participants