OpenVoice icon indicating copy to clipboard operation
OpenVoice copied to clipboard

The checkpoints link cannot be downloaded, and the prompt is as follows.

Open APPbusiness opened this issue 9 months ago • 4 comments

The checkpoints link cannot be downloaded, and the prompt is as follows. This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>AccessDenied</Code> <Message>Access Denied</Message> <RequestId>WJ4GPSGYK4H6YMBE</RequestId> <HostId>37rItPft4+FAl9DdX3HRytMhSCg1nguBVSdw1infCE5zXBaIlafUO5tIzjQlLrNgauHLDFkIk8M=</HostId> </Error>

APPbusiness avatar Mar 21 '25 15:03 APPbusiness

I had the same error :(

cikilie avatar Mar 24 '25 07:03 cikilie

Same issue here. The model is unusuable without this.

Edit: I tried later and it worked fine, maybe it is some protection against abuse of downloads. Try later anyone having this issue

frnjjq avatar Mar 29 '25 13:03 frnjjq

Same issue, AccessDenied

DynamDan avatar Apr 15 '25 05:04 DynamDan

I got:

403 Forbidden

Using pinokio to install, log:

Downloading OpenVoice checkpoint ...
--2025-05-30 00:02:56--  https://myshell-public-repo-hosting.s3.amazonaws.com/checkpoints_1226.zip
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving myshell-public-repo-hosting.s3.amazonaws.com (myshell-public-repo-hosting.s3.amazonaws.com)... 3.5.2
2.217, 54.231.197.145, 3.5.29.110, ...
Connecting to myshell-public-repo-hosting.s3.amazonaws.com (myshell-public-repo-hosting.s3.amazonaws.com)|3.5.
22.217|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2025-05-30 00:02:57 ERROR 403: Forbidden.

Extracting OpenVoice checkpoint ...
Traceback (most recent call last):
  File "/home/kuro/pinokio/api/openvoice.git/app/app_locally.py", line 19, in <module>
    ZipFile("ckpt.zip").extractall()
  File "/home/kuro/pinokio/bin/miniconda/lib/python3.10/zipfile.py", line 1272, in __init__
    self._RealGetContents()
  File "/home/kuro/pinokio/bin/miniconda/lib/python3.10/zipfile.py", line 1339, in _RealGetContents
    raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
(env) (base) <<PINOKIO_SHELL>>

Disconnected...
<<PINOKIO_SHELL>>eval "$(conda shell.bash hook)" ; conda deactivate ; conda deactivate ; conda deactivate ; co
nda activate base ; source /home/kuro/pinokio/api/openvoice.git/app/env/bin/activate /home/kuro/pinokio/api/op
envoice.git/app/env ; python app_locally.py

Downloading OpenVoice checkpoint ...
--2025-05-30 00:06:03--  https://myshell-public-repo-hosting.s3.amazonaws.com/checkpoints_1226.zip
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving myshell-public-repo-hosting.s3.amazonaws.com (myshell-public-repo-hosting.s3.amazonaws.com)... 3.5.2
5.251, 52.217.161.121, 52.216.32.73, ...
Connecting to myshell-public-repo-hosting.s3.amazonaws.com (myshell-public-repo-hosting.s3.amazonaws.com)|3.5.
25.251|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2025-05-30 00:06:04 ERROR 403: Forbidden.

Disonantemus avatar May 30 '25 04:05 Disonantemus