Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

still problem with notifications #139

Open
Mareckil opened this issue Sep 28, 2024 · 1 comment
Open

still problem with notifications #139

Mareckil opened this issue Sep 28, 2024 · 1 comment

Comments

@Mareckil
Copy link

Mareckil commented Sep 28, 2024

Installed dev version and changed to ntfy.sh
and getting this error:

WRN HTTP Request failed, retrying in 10 seconds... error="Post \"ntfy.sh/rafvesyunudert167\": unsupported protocol scheme \"\"" attempt=1 max_tries=6

What am I doing wrong

frigate:
  server: https://192.168.1.160:8971
  ignoressl: true
  public_url:
  headers:
  startup_check:
    attempts:
    interval:

  mqtt:
    enabled: true
    server: 192.168.1.160
    port: 1883
    clientid: frigate_notify
    username: mosquitto
    password: passwd
    topic_prefix: frigate

 # cameras:
 #   exclude:
 #     - cam1
 #     - cam2

alerts:
  general:
    title: Frigate
    timeformat: Mon, 02 Jan 2006 15:04:05 MST
    nosnap:
    snap_bbox: true
    snap_timestamp: true
    snap_crop:


  zones:
    unzoned: allow
    allow:
    block:

  labels:
    allow:
     - person
     - car
    block:

  smtp:
    enabled: false
    server: smtp.poczta.onet.pl
    port: 465
    tls: true
    user: user@op.pl
    password: FRZZ-HIWV-70H
    recipient: user@op.pl
    template: "Looks like {{ .Camera }} spotted a {{ .Label }}!!"

  discord:
    enabled: false
    webhook: https://discord.com/api/webhooks/1287448703782617238/YcY5lPL3kzJDi1k2RYwr2oOmUGzcCd-S-E8AHz58ufyAFzS2M?thread_name=RafalFrigate
    template: "Looks like {{ .Camera }} spotted a {{ .Label }}!!"

  ntfy:
    enabled: True
    server: ntfy.sh
    topic: rafvesyunudert167
    ignoressl:
    headers:
    template:
@0x2142
Copy link
Owner

0x2142 commented Sep 28, 2024

Please try setting your ntfy server url to https://ntfy.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants