blakeblackshear.frigate/.github/ISSUE_TEMPLATE/bug_report.md

57 lines
1.1 KiB
Markdown
Raw Normal View History

2020-08-17 14:33:51 +02:00
---
2020-12-20 14:33:13 +01:00
name: Bug report or Support request
2021-02-10 13:51:52 +01:00
about: Bug report or Support request
2020-08-17 14:33:51 +02:00
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
2020-12-20 14:33:13 +01:00
A clear and concise description of what your issue is.
2020-08-17 14:33:51 +02:00
**Version of frigate**
2021-02-22 13:43:21 +01:00
Output from `/api/version`
2020-08-17 14:33:51 +02:00
**Config file**
2020-11-15 21:51:20 +01:00
Include your full config file wrapped in triple back ticks.
```yaml
2020-08-17 14:33:51 +02:00
config here
```
2020-12-20 14:33:13 +01:00
**Frigate container logs**
2020-08-17 14:41:13 +02:00
```
Include relevant log output here
```
2020-12-20 14:33:13 +01:00
**Frigate stats**
```json
2021-02-22 13:43:21 +01:00
Output from frigate's /api/stats endpoint
2020-08-17 14:41:13 +02:00
```
2020-08-22 13:49:05 +02:00
**FFprobe from your camera**
2020-08-22 13:49:45 +02:00
Run the following command and paste output below
2020-08-22 13:49:05 +02:00
```
ffprobe <stream_url>
```
2020-08-17 14:33:51 +02:00
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Computer Hardware**
- OS: [e.g. Ubuntu, Windows]
2020-12-20 14:33:13 +01:00
- Install method: [e.g. Addon, Docker Compose, Docker Command]
2020-08-17 14:33:51 +02:00
- Virtualization: [e.g. Proxmox, Virtualbox]
- Coral Version: [e.g. USB, PCIe, None]
- Network Setup: [e.g. Wired, WiFi]
**Camera Info:**
- Manufacturer: [e.g. Dahua]
- Model: [e.g. IPC-HDW5231R-ZE]
2020-08-17 14:48:53 +02:00
- Resolution: [e.g. 720p]
- FPS: [e.g. 5]
2020-08-17 14:33:51 +02:00
**Additional context**
Add any other context about the problem here.