Seroga88iOriginal post
Rank 2: Process
Hello guys,
i am using Appwrite Cloud. I have implemented a cloud function with the Python 3.9 runtime.
The function is triggered by a database event. Based on this event the function makes CRUD operations on the database.
Unfortunately I get now only this error message:
Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server
Error Code: 500
all my context.log or context.error are not visible.
Could you please help me to fix this problem?
Kind regards
Summary
Developers are encountering the error message "Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server Error Code: 500" while using Appwrite Cloud with a Python 3.9 runtime. The context logs and errors are not visible.
Solution: This error is likely due to a network issue. Check the server connection and ensure the correct endpoint is being used.