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

🐛 Bug Report: Chunked upload fails #100

Open
2 tasks done
KosKos1337 opened this issue Dec 10, 2024 · 2 comments
Open
2 tasks done

🐛 Bug Report: Chunked upload fails #100

KosKos1337 opened this issue Dec 10, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@KosKos1337
Copy link

KosKos1337 commented Dec 10, 2024

👟 Reproduction steps

When i try to upload a file that is more than 5 MB in size using storage.create_file via the python SDK.

👍 Expected behavior

It should upload the file in chunks

👎 Actual Behavior

It actually uploads all chunks but one and the file is stuck in "Processing"

It does work when modifying

end = size - offset

to "end = size" from "end = size - offset"

🎲 Appwrite version

Version 1.6.x

💻 Operating system

Linux

🧱 Your Environment

Im using the latest (2024-12-10) appwrite python SDK from PIP

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@KosKos1337 KosKos1337 added the bug Something isn't working label Dec 10, 2024
@DH-555
Copy link
Member

DH-555 commented Dec 12, 2024

Hello! please, use a descriptive title.
Thanks!

@DH-555
Copy link
Member

DH-555 commented Dec 12, 2024

Also, if possible, move this issue to the python SDK repo:
https://github.com/appwrite/sdk-for-python/issues

@stnguyen90 stnguyen90 changed the title 🐛 Bug Report: 🐛 Bug Report: Chunked upload fails Dec 13, 2024
@stnguyen90 stnguyen90 transferred this issue from appwrite/appwrite Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants