Skip to content
Discussion options

You must be logged in to vote

The error you're experiencing in Frigate 0.16.2 is related to the WebPush notification system initialization. The traceback shows that the issue occurs when Frigate tries to generate VAPID keys for web push notifications (1).

The specific error TypeError: curve must be an EllipticCurve instance suggests there's a compatibility issue with the cryptographic library used for generating the private key for notifications. This happens during the WebPushClient initialization in the dispatcher setup.

Based on the available sources, this appears to be a dependency or library compatibility issue in version 0.16.2 that wasn't present in 0.16.1. Since you mentioned that switching back to 0.16.1 reso…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@R4ngerMibex
Comment options

@hawkeye217
Comment options

Answer selected by TheSivvis
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