mirror of
https://github.com/badaix/snapcast
synced 2025-09-13 18:32:33 +02:00
28 lines
551 B
Markdown
28 lines
551 B
Markdown
---
|
|
name: Bug report
|
|
about: 'Report a bug'
|
|
title: ''
|
|
labels:
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Steps to Reproduce**
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Environment details**
|
|
- OS: [e.g. Raspbian, debian, Windows]
|
|
- Snapcast version [e.g. 0.21.0]
|
|
- Installed from a package, self compiled, ...
|
|
|
|
**Attach logfile if applicable**
|
|
Generate logs with `snapclient --logfilter debug` or `snapserver --logging.filter debug` if possible and paste them in the following codeblock
|
|
|
|
```log
|
|
# Replace this with your logs
|
|
```
|