mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-05 17:51:36 +02:00
* Move database and config from homeassistant /config to addon /config * Re-implement config migration for the add-on * Align some terms * Improve function name * Use local variables * Add model.path migration * Fix homeassistant config path * Ensure migration scripts run before go2rtc and frigate * Migrate all files I know * Add ffmpeg.path migration * Update docker/main/rootfs/etc/s6-overlay/s6-rc.d/prepare/run Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> * Improve some variable names and organization * Update docs to reflect addon config dir * Update live.md with /addon_configs * Move addon config section to configuration doc * Align several terminologies and improve text * Fix webrtc example config title * Capitalize Add-on in more places * Improve specific add-on config dir docs * Align bash and python scripts to prefer config.yml over config.yaml * Support config.json in migration shell scripts * Change docs to reflect config.yml is preferred over config.yaml * If previous config was yaml, migrate to yaml * Fix typo in edgetpu.md * Fix formatting of Python files * Remove HailoRT Beta add-on variant from docs * Add migration for labelmap and certs * Fix variable name * Fix new_config_file var unset * Fix addon config directories table * Improve db migration to avoid migrating files like .db.bak * Fix echo location --------- Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
147 lines
5.1 KiB
YAML
147 lines
5.1 KiB
YAML
title: "[Bug]: "
|
|
labels: ["bug", "triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Use this form to submit a reproducible bug in Frigate or Frigate's UI.
|
|
|
|
Before submitting your bug report, please [search the discussions][discussions], look at recent open and closed [pull requests][prs], read the [official Frigate documentation][docs], and read the [Frigate FAQ][faq] pinned at the Discussion page to see if your bug has already been fixed by the developers or reported by the community.
|
|
|
|
**If you are unsure if your issue is actually a bug or not, please submit a support request first.**
|
|
|
|
[discussions]: https://www.github.com/blakeblackshear/frigate/discussions
|
|
[prs]: https://www.github.com/blakeblackshear/frigate/pulls
|
|
[docs]: https://docs.frigate.video
|
|
[faq]: https://github.com/blakeblackshear/frigate/discussions/12724
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
description: Please verify that you've followed these steps
|
|
options:
|
|
- label: I have updated to the latest available Frigate version.
|
|
required: true
|
|
- label: I have cleared the cache of my browser.
|
|
required: true
|
|
- label: I have tried a different browser to see if it is related to my browser.
|
|
required: true
|
|
- label: I have tried reproducing the issue in [incognito mode](https://www.computerworld.com/article/1719851/how-to-go-incognito-in-chrome-firefox-safari-and-edge.html) to rule out problems with any third party extensions or plugins I have installed.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the problem you are having
|
|
description: Provide a clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: |
|
|
Please tell us exactly how to reproduce your issue.
|
|
Provide clear and concise step by step instructions and add code snippets if needed.
|
|
value: |
|
|
1.
|
|
2.
|
|
3.
|
|
...
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: Visible on the System page in the Web UI. Please include the full version including the build identifier (eg. 0.14.0-ea36ds1)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: In which browser(s) are you experiencing the issue with?
|
|
placeholder: Google Chrome 88.0.4324.150
|
|
description: >
|
|
Provide the full name and don't forget to add the version!
|
|
- type: textarea
|
|
id: config
|
|
attributes:
|
|
label: Frigate config file
|
|
description: This will be automatically formatted into code, so no need for backticks.
|
|
render: yaml
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: docker
|
|
attributes:
|
|
label: docker-compose file or Docker CLI command
|
|
description: This will be automatically formatted into code, so no need for backticks.
|
|
render: yaml
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: frigatelogs
|
|
attributes:
|
|
label: Relevant Frigate log output
|
|
description: Please copy and paste any relevant Frigate log output. Include logs before and after your exact error when possible. This will be automatically formatted into code, so no need for backticks.
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: go2rtclogs
|
|
attributes:
|
|
label: Relevant go2rtc log output
|
|
description: Please copy and paste any relevant go2rtc log output. Include logs before and after your exact error when possible. Logs can be viewed via the Frigate UI, Docker, or the go2rtc dashboard. This will be automatically formatted into code, so no need for backticks.
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Operating system
|
|
options:
|
|
- Home Assistant OS
|
|
- Debian
|
|
- Other Linux
|
|
- Proxmox
|
|
- UNRAID
|
|
- Windows
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: install-method
|
|
attributes:
|
|
label: Install method
|
|
options:
|
|
- Home Assistant Add-on
|
|
- Docker Compose
|
|
- Docker CLI
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: network
|
|
attributes:
|
|
label: Network connection
|
|
options:
|
|
- Wired
|
|
- Wireless
|
|
- Mixed
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: camera
|
|
attributes:
|
|
label: Camera make and model
|
|
description: Dahua, hikvision, amcrest, reolink, etc and model number
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots of the Frigate UI's System metrics pages
|
|
description: Drag and drop for images is possible in this field. Please post screenshots of all tabs.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: other
|
|
attributes:
|
|
label: Any other information that may be helpful
|