]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE_tmpl/4_bug_report.md
Don't create console for subprocesses on Windows (#1261)
[yt-dlp.git] / .github / ISSUE_TEMPLATE_tmpl / 4_bug_report.md
CommitLineData
6f366ef3
S
1---
2name: Bug report
3about: Report a bug unrelated to any particular site or extractor
b5ae35ee 4title: '[Bug] A short description of the issue'
5labels: ['triage', 'bug']
c76eb41b 6assignees: ''
7
6f366ef3
S
8---
9
10<!--
11
12######################################################################
13 WARNING!
14 IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
15######################################################################
16
17-->
18
19
20## Checklist
21
22<!--
7a5c1cfe 23Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
b5ae35ee 24- First of, make sure you are using the latest version of yt-dlp. Run `yt-dlp --version` and ensure your version is %(version)s. If it's not, see https://github.com/yt-dlp/yt-dlp#update on how to update. Issues with outdated version will be REJECTED.
6f366ef3 25- Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser.
b5ae35ee 26- Make sure that all URLs and arguments with special characters are properly quoted or escaped.
27- Search the bugtracker for similar issues: https://github.com/yt-dlp/yt-dlp/issues. DO NOT post duplicates.
28- Read "opening an issue" section in CONTRIBUTING.md: https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue
29- Finally, confirm all RELEVANT tasks from the following by putting x into all the boxes like this [x] (Dont forget to delete the empty space)
6f366ef3
S
30-->
31
ade6dc5e 32- [ ] I'm reporting a bug unrelated to a specific site
d9d045e2 33- [ ] I've verified that I'm running yt-dlp version **%(version)s**
6f366ef3 34- [ ] I've checked that all provided URLs are alive and playable in a browser
ade6dc5e 35- [ ] The provided URLs do not contain any DRM to the best of my knowledge
6f366ef3
S
36- [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
37- [ ] I've searched the bugtracker for similar bug reports including closed ones
b5ae35ee 38- [ ] I've read the opening an issue section in CONTRIBUTING.md
39- [ ] I have given an appropriate title to the issue
6f366ef3
S
40
41
42## Verbose log
43
44<!--
7a5c1cfe
P
45Provide the complete verbose output of yt-dlp that clearly demonstrates the problem.
46Add the `-v` flag to your command line you run yt-dlp with (`yt-dlp -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this:
6f366ef3
S
47 [debug] System config: []
48 [debug] User config: []
bc97cdae 49 [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKc']
6f366ef3 50 [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
d9d045e2 51 [debug] yt-dlp version %(version)s
6f366ef3
S
52 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
53 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
54 [debug] Proxy map: {}
55 <more lines>
56-->
57
58```
59PASTE VERBOSE LOG HERE
c76eb41b 60
6f366ef3 61```
c76eb41b 62<!--
63Do not remove the above ```
64-->
6f366ef3
S
65
66
67## Description
68
69<!--
70Provide an explanation of your issue in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and as much context and examples as possible.
71If work on your issue requires account credentials please provide them or explain how one can obtain them.
72-->
73
74WRITE DESCRIPTION HERE