appwrite / appwrite/sdk-for-dart
🐛 Bug Report: Unable to download file.
- Dominant language
- Dart
- Stars
- 118
- Forks
- 22
- Avg merge
- 8h 16m
- Merged PRs (30d)
- 3
Description
### 👟 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: https://github.com/appwrite/sdk-generator/issues/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?
- [X] I checked and didn't find similar issue
### 🏢 Have you read the Code of Conduct?
- [X] I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.