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

error listing container path #4026

Open
michielbdejong opened this issue Jun 30, 2023 · 2 comments
Open

error listing container path #4026

michielbdejong opened this issue Jun 30, 2023 · 2 comments

Comments

@michielbdejong
Copy link
Contributor

>> rm /home/asdf
>> mkdir /home/asdf
>> mkdir /home/asdf/qwer
>> upload providers.demo.json /home/asdf/qwer/
Local file size: 4478 bytes
Data server: http://revad1.docker:19001/data/tus/f8e1abae-b6ff-42c2-8c53-67911058bc19
Allowed checksums: [type:RESOURCE_CHECKSUM_TYPE_MD5 priority:100  type:RESOURCE_CHECKSUM_TYPE_UNSET priority:1000 ]
Checksum selected: RESOURCE_CHECKSUM_TYPE_MD5
Local XS: RESOURCE_CHECKSUM_TYPE_MD5:6f10c3ca0ecba45b16502fd628ca303d
File uploaded: 123e4567-e89b-12d3-a456-426655440000:fileid-einstein%2Fasdf%2Fqwer 4478 /home/asdf/qwer
>> ls /home/asdf
qwer
>> ls /home/asdf/qwer
error: code=CODE_INTERNAL msg="error listing container: path:\"/home/asdf/qwer\" " support_trace="cea4402caf1e0dc7c9c5c40112ddd016"
>> 
@michielbdejong
Copy link
Contributor Author

maybe it's storing the file at the container path instead of inside the container?

@gmgigi96
Copy link
Member

gmgigi96 commented Jul 3, 2023

Yes, you should provide the file name otherwise it will replace the directory.
Btw, it should be fixed!

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

2 participants