Hey all. I'm running openruntime python 3.9 for local development before pushing it to the cloud. However, when my code is incorrect (missing library or something wrong such as indentation), I can still build and run the code, but when I test it with curl, not thing is returned.
I used a script from this repo: https://github.com/open-runtimes/open-runtimes/tree/main/runtimes/python-3.9 and create a main.py file as followed. As you can see, if I remove import appwrtie, the curl function works fun, but when I import appwrite (which is not installed), and run it with curl, not thing is retunred (I expect an error log)
Recommended threads
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build ⚠ No build...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...