Hello, i have this error and i don't understand what is the problem ?
Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server\nError Code: 500
It's from my side ? from appwrite side ? or the url that i fetch inside my function ?
It's possible to have some "error mapping" or something that describe every appwrite cloud function error possible ?
Thanks
Summary
The developer is encountering an Internal curl error (Number 52) with an empty reply from the server (Error Code 500) within their cloud function. They are unsure whether the issue is on their side, Appwrite's side, or the fetched URL. They also inquire about error mapping for Appwrite cloud function errors.
Solution: The error indicates a problem with the URL being fetched within the function, potentially related to connectivity or server response. The developer should check the URL and verify its accessibility and response.
Evdog
Core
Sep 5, 2024, 16:12
Does it error on cold start? Any big packages as part of the build?
Horsty - Cyril - MagicTools
Rank 3: Container
Sep 5, 2024, 16:19
It's during the execution, my cloud function is schedule 1/* 10-12 * * * like this
Evdog
Core
Sep 5, 2024, 16:31
When was the last time you made changes to this? Was it working prior to 1.6?
Evdog
Core
Sep 5, 2024, 16:33
And what packages are you using as part of the build?