yerfor / GeneFace

GeneFace: Generalized and High-Fidelity 3D Talking Face Synthesis; ICLR 2023; Official code
MIT License
2.52k stars 294 forks source link

ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused #170

Closed zydp closed 1 year ago

zydp commented 1 year ago

requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /cpierse/wav2vec2-large-xlsr-53-esperanto/resolve/main/preprocessor_config.json (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129)')))"), '(Request ID: 7eba50a5-256c-4d7c-af3d-4a3f48e4e26f)')

hi , what can i do to resolve the problem? please help me, thanks.

ymwang-2020 commented 1 year ago

requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /cpierse/wav2vec2-large-xlsr-53-esperanto/resolve/main/preprocessor_config.json (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129)')))"), '(Request ID: 7eba50a5-256c-4d7c-af3d-4a3f48e4e26f)')

hi , what can i do to resolve the problem? please help me, thanks. I also encountered the same problem. How did you resolve it?Thanks