RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
help me
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
Traceback (most recent call last):
File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line 502, in
gui = GUI()
File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line 74, in init
self.launcher()
File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line 260, in launcher
self.event_handler()
File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line 271, in event_handler
self.start_vc()
File "D:\BaiduNetdiskDownload\RVC-beta0717\RVC-beta0717\gui_v1.py", line 330, in start_vc
self.config.samplerate=self.rvc.tgt_sr
AttributeError: 'RVC' object has no attribute 'tgt_sr'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in gui_v1.py at line 330, where start_vc accesses self.rvc.tgt_sr, then trace the RVC initialization and event flow around the reported lines. Reproduce the GUI startup error and verify that the application proceeds past this samplerate assignment without the AttributeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100