I am executing a very simple hello world Python function. I have restarted my containers. The error alternates from "Error Msg: Could not resolve host: 651d27bceddca7186c6c-652937f899eca464d919" to "An internal curl error has occurred within the executor!". I have gone through all the solutions but I can't go past this. Could someone help me out here? Thanks
What's your Appwrite version ?
1.3.7
What do you get after running docker compose logs appwrite-executor
Attached screenshot on the question
Those logs are from executor container?
Or from appwrite main container?
Executor
What's your function code? Does it ever work? Or does it error every now and then?
I am in fact just printing Hello World. nothing much
If that's the only thing you're doing, that won't work
Appwrite functions must follow a certain format and you need to return a response
Isn't this example outdated ? It doesn't use context
I'm lookin for a new working function example... All my functions broke since the upgrade
Yes because the original poster is on 1.3.7
No need to post in other people's threads. Just wait after you've created your post
Recommended threads
- How Can I Create landing page in appwrit...
I created function called invoice URL https://app.getrestt.com/v1/functions/invoice/executions?id=test-76f948fe83c43422561fe096c0674a1bd3ff0702cdfcf2444293ab31...
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...