Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] SSLCertVerificationError with multilingual voice conversion #3990

Open
RobertAzovski opened this issue Sep 6, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@RobertAzovski
Copy link

Describe the bug

    raise ClientConnectorCertificateError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host github.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1002)')]

Happense whenever I try multilingual voice conversion model

def voice_coding():
tts = TTS(model_name="voice_conversion_models/multilingual/vctk/freevc24", progress_bar=False).to("cuda")
tts.voice_conversion_to_file(source_wav=VOICE_DOWNLOAD_PATH, target_wav=SPEAKER_SAMPLE_WAV, file_path=OUTPUT_FILE)

To Reproduce

def voice_coding():
tts = TTS(model_name="voice_conversion_models/multilingual/vctk/freevc24", progress_bar=False).to("cuda")
tts.voice_conversion_to_file(source_wav=VOICE_DOWNLOAD_PATH, target_wav=SPEAKER_SAMPLE_WAV, file_path=OUTPUT_FILE)

Expected behavior

No response

Logs

No response

Environment

Just installed the latest version of this repo

Additional context

No response

@RobertAzovski RobertAzovski added the bug Something isn't working label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant