.github/ISSUE_TEMPLATE/bug_report.md
---
name: Bug Report
about: Create a bug report to help us improve
title: "[BUG] - "
labels: bug
assignees: biodrone
---
### Describe the bug
A clear and concise description of what the bug is.
### Expected behavior
A clear and concise description of what you expected to happen.
### Log Output
Run streamdl with _-ll DEBUG_
Post the relevant error section.
### Platform (please complete the following information)
- OS: [e.g. Manjaro Linux Kernel 5.3]
- StreamDL Version: [e.g. 1.2.4]
- Python Version: [e.g. 3.8.1]
- FFMPEG Version: [e.g. 4.2.1]
### Config (please post your config.yml file
```YAML
twitch.tv:
- somestreamer
- someotherstreamer
mixer:
- somelesserstreamer
```
### Additional context
Add any other context about the problem here.