Rank 3: Container
I performed these steps, I will deploy
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 3: Container
I performed these steps, I will deploy
Did prune clear up a lot of space? How are the docker logs now?
Rank 3: Container
Total reclaimed space: 1.118GB
Eh not that much
Rank 3: Container
It now responds again with the error:
An internal curl error has occurred within the executor! Error Msg: Operation timed out
Anything in the executor or the runtime container?
Rank 3: Container
I'm looking for
Rank 3: Container
the default container name is not 'projectId-deploymentId ?
Rank 3: Container
Traceback (most recent call last):
File "/usr/local/src/server.py", line 1, in
from flask import Flask, request, jsonify
File "/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/flask/init.py", line 7, in
from .app import Flask as Flask
File "/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/flask/app.py", line 28, in
from . import cli
File "/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/flask/cli.py", line 18, in
from .helpers import get_debug_flag
File "/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/flask/helpers.py", line 16, in
from werkzeug.urls import url_quote
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/werkzeug/urls.py)
Rank 3: Container
I didn't make any changes to the function, I just made a new deployment.
What's in your requirements.txt?
Rank 3: Container
just:
appwrite==1.1.0
Do you know what the docker image was for the runtime?
Rank 3: Container
what came in appwrite 1.1.2
It's be good to confirm by inspecting the container
Rank 3: Container
how do I do that?
docker ps or docker inspect <container id> while the container is running
Rank 3: Container
docker inspect :
Yup..v2 is right...
Rank 3: Container
Do you have any idea what I can do?
Rank 3: Container
Rank 3: Container
Thank you very, very much!
Rank 3: Container
Thank you very, very much!
Rank 3: Container
[SOLVED] Appwrite functions are not being triggered by events