RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI

Error in 2nd tab when loading song from C drive

Open
#968 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

following up
Dominant language
Python
Stars
38.4k
Forks
5.3k
PR merge metrics
No merged PRs in 30d

Description

Billie Eilish Male Cover - What Was I Made For_c103d7q3.mp3.reformatted.wav->Traceback (most recent call last):
File "D:\RVC-beta\RVC-beta0717\runtime\lib\site-packages\librosa\core\audio.py", line 155, in load
context = sf.SoundFile(path)
File "D:\RVC-beta\RVC-beta0717\runtime\lib\site-packages\soundfile.py", line 655, in init
self._file = self._open(file, mode_int, closefd)
File "D:\RVC-beta\RVC-beta0717\runtime\lib\site-packages\soundfile.py", line 1213, in _open
raise LibsndfileError(err, prefix="Error opening {0!r}: ".format(self.name))
soundfile.LibsndfileError: Error opening 'D:\RVC-beta\RVC-beta0717\TEMP/Billie Eilish Male Cover - What Was I Made For_c103d7q3.mp3.reformatted.wav': System error.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\RVC-beta\RVC-beta0717\infer-web.py", line 374, in uvr
pre_fun.path_audio(
File "D:\RVC-beta\RVC-beta0717\infer_uvr5.py", line 64, in path_audio
) = librosa.core.load( # 理论上librosa读取可能对某些音频有bug,应该上ffmpeg读取,但是太麻烦了弃坑
File "D:\RVC-beta\RVC-beta0717\runtime\lib\site-packages\librosa\util\decorators.py", line 104, in inner_f
return f(**kwargs)
File "D:\RVC-beta\RVC-beta0717\runtime\lib\site-packages\librosa\core\audio.py", line 174, in load
y, sr_native = __audioread_load(path, offset, duration, dtype)
File "D:\RVC-beta\RVC-beta0717\runtime\lib\site-packages\librosa\core\audio.py", line 198, in _audioread_load
with audioread.audio_open(path) as input_file:
File "D:\RVC-beta\RVC-beta0717\runtime\lib\site-packages\audioread_init
.py", line 111, in audio_open
return BackendClass(path)
File "D:\RVC-beta\RVC-beta0717\runtime\lib\site-packages\audioread\rawread.py", line 62, in init
self._fh = open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'D:\RVC-beta\RVC-beta0717\TEMP/Billie Eilish Male Cover - What Was I Made For_c103d7q3.mp3.reformatted.wav'

C:\Users\gnjns\AppData\Local\Temp\Billie: No such file or directory
clean_empty_cache

Got above error

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the uvr function in infer-web.py and path_audio in infer_uvr5.py, then reproduce the failure by loading the reported song from the C drive in the second tab. Trace why TEMP/Billie Eilish Male Cover - What Was I Made For_c103d7q3.mp3.reformatted.wav is unavailable; done means the song loads without the reported FileNotFoundError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
audio-video-rtc
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.