I'm receiving this error "Internal curl error has occurred within the executor! Error Number: 52
Error Code: 500" multiple times. Sometimes the function is executed correctly and most of the time it fails with above code. The strange thing is that it's actually the same code - just it's confusing why this is not working.
Any help from support to get this working or the reason why it's not?
#Internal curl error has occurred within the executor! Error Number: 52
71 messages · Page 1 of 1 (latest)
Is this self-hosting or appwrite cloud?
appwrite cloud
is this some weird behaviour that is happening lately?
Noticed some other chats/discussions that people are moving away from cloud functions because of this error?
Is there a way to debug this? I noticed it's a timeout issue?
what's your project ID? And would you please post here the next time it happens?
I encountered similar issues while self-hosting using Coolify. When I attempt to manually execute the function, I receive this error:
An internal curl error has occurred within the executor!
Error Number: 6.
Error Msg: Could not resolve host: 6729742864ce1
Error Code: 500
Additionally, although the subdomain URL shows as verified and a certificate is generated, trying to access the URL results in the following error:
This site can’t be reached
Is there any solution or workaround for this?
my project id = 67042ce1003e17e79ad2
function id = 670fe08c00172a82eddb
& 670d3b8b0020f65bc3ca
having 2 functions i'm using at the moment
What's the cause of this? For me it looks like the functions are not production proof yet?
when is the last time you saw the "Error number: 52" error?
timestamp w/ timezone? or relative time? otherwise, i'm not sure what "this morning" is
Let me have a look steven
and I need to check things, right after the error happens. otherwise, i may not be able to catch the error
Created at: Nov 5, 2024, 07:14
Belgium Time
Let me share some execution Id"s
6729b7c240c3bc02d28c
67292cdc5fb678a57bb0
this is too old
I need to check things, right after the error happens. otherwise, i may not be able to catch the error
Oke give me a second
I will create a few once now
6729e4ccbc97f1312915
6729e4cbc8de294a2728
6729e4cab1699ecb3c73
That's from the Sitemap (670fe08c00172a82eddb)
And from the Article (670d3b8b0020f65bc3ca)
6729e4faa6306de9a4c8
6729e4ef918f78cbd562
6729e4e0c09474b119c3
the function crashed because it ran out of memory
so, how to fix that?
use less memory. What's your function code?
yes...and what's the code?
can i share that in private message or?
sure.
and can you try to reproduce the error again?
what exactly are you doing to try and reproduce? spam it?
oh wait..it may not be memory...it could be a timeout in python...
i would like to execute the function mutiple times to create an artile in the background
timeout in python?
for that script?
ya. the last execution that had the 52 error. how long did it run for?
2 minutes
or 1 minute?
I have tested this function before (few weeks ago, everything was working smooth)
so i assume the function was executed with async=false?
and your function has a timeout of 1 minute?
yes indeed
yaaaaa this is probably a timeout with the web server we're using to run your function code. I've reported this to the team. thanks for troubleshooting with me
and is this a frequently issue?
as i'm starting to use & test appwrite
and this is the first critical issue that happened
Functions went through a big change in 1.6 so there were some issues that surfaced after the release. We've been investigating and fixing them since but these are pretty tricky since we are rarely able to reproduce the problem
Do you have an idea when this could be solved?
And my I ask the intention of you question if i"m spamming.
Can you system handle a big load of functions at the same time?
maybe in the next couple days
i was trying to figure out how to reproduce the problem
yes, Appwrite should be able to