I have a python-ml-3.11 function and it's failing to deploy, build, etc. it's just broked. Container logs are fine, function logs are fine, it SAYS It built, but Appwrite is determined to tell me it's still building.
TL;DR
Function `python-ml-3.11` is failing to deploy or build. Error message shows an issue with Executor.php at line 97. Appwrite not recognizing the build completion. Check logs and ensure correctness of the paths.TypeScript
Docker Error:
/usr/src/code/src/Executor/Executor.php:97
#0 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(407): Executor\Executor->createRuntime('66a88764b1aab86...', '664d429a000824f...', '/storage/functi...', 'openruntimes/py...', 'v3', true, 'src/main.py', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
#1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workers\{closure}()
#2 {main}
Recommended threads
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...