ZachHandley
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. ZachHandley
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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...