blob: 16dfb18835a1fd9800294a74f07e09e3209b4ea7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
name: Support request
about: Something's not working like it should be
title: ''
labels: support
assignees: ''
---
**What's happening?**
Concisely describe what's going wrong.
**Logs**
<!-- Paste any logs here (between the backticks). -->
<!-- You can get extended logs by setting the environment variable DEBUG to *. -->
<!-- For example, DEBUG=* yarn start if you're running directly from the cloned repository. -->
```
```
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
**Runtime**
I'm running Muse:
- [ ] Directly from the cloned repository
- [ ] Inside a Docker container
- [ ] Something else (please elaborate)
**Versions**
- Muse:
- Docker (if applicable):
- OS:
- Node.js: (if running outside the Docker container)
- ffmpeg: (if running outside the Docker container, 4.1 or later is required)
|