We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upload a 1GB file to appwrite Deploy a function using this dart SDK which downloads it. / Use the dart sdk locally and try to download it
It should download the file
storage.getFileDownload crashes:
An internal curl error has occurred within the executor! Error Number: 104. Error Msg: Connection reset by peer\nError Code: 500
Might be a duplicate of: appwrite/sdk-generator#820
Different version (specify in environment)
Linux
Appwrite 1.5.10 Dart SDK 11.0.3
The text was updated successfully, but these errors were encountered:
Get my crashing functions working again appwrite#62
42b3899
While my commit fixes my local test setup, the function execution still fails I added some details here: appwrite/appwrite#6234 (comment)
Sorry, something went wrong.
No branches or pull requests
👟 Reproduction steps
Upload a 1GB file to appwrite
Deploy a function using this dart SDK which downloads it. / Use the dart sdk locally and try to download it
👍 Expected behavior
It should download the file
👎 Actual Behavior
storage.getFileDownload crashes:
An internal curl error has occurred within the executor! Error Number: 104. Error Msg: Connection reset by peer\nError Code: 500
Might be a duplicate of: appwrite/sdk-generator#820
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
Appwrite 1.5.10
Dart SDK 11.0.3
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: