RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
Error when training voice: The directory name is invalid and it keeps putting 2 backslash characters for every 1 in the path
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
You can see that the path I put in is A:\voiceclone1.wav but the returned error adds a second backslash after the colon (A:\voiceclone1.wav) and then says the path is invalid.
"Of course it is! You are putting an extra backslash in... "
If I change the path to another folder, it continually seems to register 2 backslashes and always errors out. Nothing I am doing (changing drives, typing it in manually, copy pasting the file as a path) seems to work.
I have uninstalled and reinstalled multiple times.
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 by reproducing voice training with the reported Windows path A:\voiceclone1.wav and trace where the training path is read and displayed. Compare the entered path with the path passed to training, then verify that a valid Windows path is accepted without an extra backslash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100