-
Notifications
You must be signed in to change notification settings - Fork 385
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
Issues with git pulling after deploying the project on the server and problems with downloading files on the webpage #879
Labels
GitLab linked
linked to a GitLab task or issue.
Comments
Is it Alicloud? |
@Rader pls check it out |
This is a backend bug, which is being fixed. |
@MasonXon any github issue related? |
Ref: https://github.com/OpenCSGs/csghub-installer/issues/86, This problem can be easily reproduced from ce |
same error here |
gitlab-issue-341 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.Deployed the project on a cloud server using fast deployment (utilizing my own domain for deployment).
2.Created a dataset called "test" on the deployed website and uploaded a WAV audio file on the page.
3.Cloned the "test" dataset on my own computer.
D:\wlzn\modelscape\test>git clone http://xxx/datasets/sjshen/test.git
Cloning into 'test'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 9 (delta 2), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (9/9), done.
Resolving deltas: 100% (2/2), done.
Downloading combined_0.wav (947 KB)
Error downloading object: combined_0.wav (decf5aa): Smudge error: Error downloading combined_0.wav (decf5aa6c71d8bfde29868e6def977f26bdaa27834307cfd5146ec4a54b5d06f): LFS: Get "http://127.0.0.1:9000/csghub-server/lfs/de/cf/5aa6c71d8bfde29868e6def977f26bdaa27834307cfd5146ec4a54b5d06f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20241225%2Fcn-north-1%2Fs3%2Faws4_request&X-Amz-Date=20241225T082828Z&X-Amz-Expires=259200&X-Amz-SignedHeaders=host&X-Amz-Signature=1f63d5168d50447f7ead18c4d7bdeef47e8c767b8f6de9b5a305e253db1fea12": dial tcp 127.0.0.1:9000: connectex: No connection could be made because the target machine actively refused it.
I see that the error message is "127.0.0.1:9000 refused access". Could you please advise me on how to correct this issue?
On the webpage, when I click the download button for this audio, the interface also throws an error.

The text was updated successfully, but these errors were encountered: