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

copying, deleting files #36

Open
swannie-eire opened this issue Aug 15, 2023 · 4 comments
Open

copying, deleting files #36

swannie-eire opened this issue Aug 15, 2023 · 4 comments

Comments

@swannie-eire
Copy link

swannie-eire commented Aug 15, 2023

follow on from #12

i have this running in a docker container on ubuntu 20.

i entered the credentials and keys into the relevant files. i can see all files that are in the degoo storage.

if i copy a tiny txt file using cp. the command completes but the file is not in the degoo dir after running ls. I also dont see the file in the webui.

Screenshot 2023-08-15 at 2 50 50 p m

I seen the disclaimer about cp/mv but i dont see any failures in the logs.

where are the logs stored on the container for this as i grepped through /var/log/* but dont see them and i dont see the warn logs when run docker logs --since=1h degoo

docker logs --since=5m degoo | grep -i test-cmd
2023-08-15 13:50:34.873 MainThread: [__main__] lookup for test-cmd.txt in 19804776267
2023-08-15 13:50:34.874 MainThread: [__main__] lookup for test-cmd.txt in 19804776267
2023-08-15 13:50:34.878 MainThread: [__main__] _add_path for 783826, /tmp/degoo/test-cmd.txt
@MDKPredator
Copy link
Owner

Sorry for the delay in replying. I'm with other projects and right now I can't spend the time I would like to dedicate to this one.

About the error, probably because it is a very small file the upload is different, as it happens when you try to download a text file of a few bytes.

Best regards.

@swannie-eire
Copy link
Author

Thanks.ill try with a bigger file and see how it goes.

Out of curiosity have you got this to reliability work for you?

@MDKPredator
Copy link
Owner

I haven't been able to test it, but I don't think it will work

@kurthuwig
Copy link

kurthuwig commented Oct 19, 2023

I have the same issue: I have several files of 300-400MB. Some work, some don't. The copy succeeds but the file does not exist. It is 100% reproducable.

Could be the checksum?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants