5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,282 stars (1,282 stars)332 forks (332 forks)batch import
bughelp wanted
Description
windows安装后GUI无法在线播放,但是可以下载。请问这是什么原因
Contributor guide
- Tech stack
- python
- Domain
- desktop
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The user reports that the GUI cannot play music online but can download, suggesting a network or playback module issue. Start by examining the playback related code in the repository, likely in the player module (e.g., musicbox/player.py). Check if there are any recent changes or comments about streaming dependencies. Look at the issue comments for any additional details from the maintainer. If no clear reproduction steps are provided, you may need to set up the development environment on Windows to reproduce the bug. Consider adding logging to the network requests and audio output to isolate the problem.