Hey there! when trying to deploy my function i get this error
TypeScript
Skipping runtimes stats loop due to error: Docker Error: EOF
[Error] Type: Exception
[Error] Message: Docker Error:
[Error] File: /usr/local/app/http.php
[Error] Line: 615
[Error] Type: Exception
[Error] Message: Runtime not ready. Container not found.
[Error] File: /usr/local/app/http.php
[Error] Line: 330
Warning: rmdir(/tmp/exc1-66cc1b8c00237ca51b11-66d55c473cf737e6a04e-build/builds/.conda/lib): Directory not empty in /usr/local/vendor/utopia-php/storage/src/Storage/Device/Local.php on line 373
Warning: rmdir(/tmp/exc1-66cc1b8c00237ca51b11-66d55c473cf737e6a04e-build/builds/.conda): Directory not empty in /usr/local/vendor/utopia-php/storage/src/Storage/Device/Local.php on line 373
Warning: rmdir(/tmp/exc1-66cc1b8c00237ca51b11-66d55c473cf737e6a04e-build/builds): Directory not empty in /usr/local/vendor/utopia-php/storage/src/Storage/Device/Local.php on line 373
Warning: rmdir(/tmp/exc1-66cc1b8c00237ca51b11-66d55c473cf737e6a04e-build): Directory not empty in /usr/local/vendor/utopia-php/storage/src/Storage/Device/Local.php on line 373
[Error] Type: Exception
[Error] Message: Docker Error:
[Error] File: /usr/local/app/http.php
[Error] Line: 615
Docker Error:
/usr/src/code/src/Executor/Executor.php:97
#0 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(424): Executor\Executor->createRuntime('66d55c473cf737e...', '66cc1b8c00237ca...', '/storage/functi...', 'openruntimes/py...', 'v3', true, 'entrypoint.py', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
#1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workers\{closure}()
#2 {main}```
TL;DR
Error message indicates Docker errors and issues with the runtimes. The warning messages suggest directories were not empty during removal.
**Solution:** Try rebuilding the Docker images and cleaning up the directories before redeploying the function. This can help resolve the Docker errors and runtime issues.Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Triggers and call function in function p...
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an e...