And what about the build command?
kept the same, that was part of the python starter function pip install -r requirements.txt
i used that as template
That's weird....I'm surprised that built successfully...
why?
Maybe you can start from a starter template and add code incrementally testing in Appwrite as you go
It didn't work before
no the build is working fine, the issue is when i hit the curl
its the execution that is failing
with that particular error
What do you mean when YOU hit the curl?
after i hit this, and when i check the errors for the execution
Anyways, I still recommend this
You can also share your code too and I can scan it quickly.
You can also try to increase the function timeout
did that, maxed it to 900 sec, still the same 😦
And the execution fails after how long?
after that much time
Interesting
the code ^^
i will cycle the key now
You should probably not pass exceptions directly into context.err(). Maybe convert to string first
okay got it, let me try that, will update
Technically, it is possible for there to be an infinite loop with your whiles
This is still probably the best approach
makes sense, that is possible, will put in max retries, and the function execution is not completing , but i was expecting some of the context logs to get logged, but none did, hence, did not debug in the line of infinite loop
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...