dfc59a6aa0
Updated the bug report issue template to include step-by-step instructions for users to collect and attach log files from the appropriate directory on Windows, macOS, and Linux. This will help streamline the debugging process by ensuring relevant logs are provided.
77 lines
2.2 KiB
Markdown
77 lines
2.2 KiB
Markdown
---
|
|
name: "\U0001F41B Bug Report"
|
|
about: Provide a clear and descriptive title
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## 📝 Description
|
|
<!--
|
|
Describe the bug in detail. Include:
|
|
- Affected feature (e.g., audio extraction, playlist downloads)
|
|
- Specific error messages (if any)
|
|
-->
|
|
|
|
## 🔗 Affected Video URL
|
|
<!-- Paste the YouTube URL that caused the issue -->
|
|
<!-- Example: https://www.youtube.com/watch?v=ABC123XYZ -->
|
|
|
|
## 🔄 Steps to Reproduce
|
|
1. <!-- Step 1 (e.g., "Pasted the URL above into YTSage") -->
|
|
2. <!-- Step 2 -->
|
|
3. <!-- Step 3 -->
|
|
4. <!-- ... -->
|
|
|
|
## ✅ Expected Behavior
|
|
<!-- What should have happened? -->
|
|
## ❌ Actual Behavior
|
|
<!-- What actually happened? -->
|
|
|
|
## 🖥️ Environment
|
|
- **YTSage Version**: <!-- e.g., v4.5.0 -->
|
|
- **yt-dlp Version**: <!-- e.g., 2025.11.12 -->
|
|
- **OS**: <!-- e.g., Windows 11, macOS Ventura, Ubuntu 22.04 -->
|
|
- **Python Version**: <!-- e.g., 3.13.6 -->
|
|
- **Deno Version**: <!-- e.g., 2.5.6 -->
|
|
- **FFmpeg Version**: <!-- Run `ffmpeg -version` -->
|
|
- **Installation Method**: <!-- - pip - executable - manual -->
|
|
|
|
> 💡 You can find most of these details by clicking the About button to open the About dialog.
|
|
|
|
## 📸 Screenshots/Logs
|
|
<!--
|
|
Attach screenshots (for GUI issues) or terminal logs (for CLI errors).
|
|
|
|
To collect log files:
|
|
1. Go to the logs folder:
|
|
- Windows: %LOCALAPPDATA%\YTSage\logs
|
|
- macOS: ~/Library/Application Support/YTSage/logs
|
|
- Linux: ~/.local/share/YTSage/logs
|
|
2. Delete all files in that folder
|
|
3. Open the app and reproduce the issue
|
|
4. Go back to the logs folder - you should find two new log files (ytsage.log, ytsage_errors.log)
|
|
5. Attach those log files to this issue
|
|
|
|
Use ``` to format logs:
|
|
-->
|
|
|
|
## [ERROR] Failed to download: ...
|
|
## 🛠️ Possible Fix
|
|
<!-- (Optional) Suggest a fix if you have insights -->
|
|
|
|
## 📌 Additional Context
|
|
<!-- Any other details (e.g., frequency of the issue, related PRs) -->
|
|
|
|
---
|
|
|
|
**Checklist**
|
|
- [ ] I have searched existing issues to avoid duplicates
|
|
- [ ] I have provided **the affected YouTube URL**
|
|
- [ ] I have included clear steps to reproduce
|
|
- [ ] I have attached relevant screenshots/logs
|
|
- [ ] I have provided all required environment details
|
|
|
|
/label ~bug ~needs-triage
|