Any ideas what could be causing this error
An internal curl error has occurred within the executor! Error Msg: Http invalid protocol\nError Code: 500
It happens when calling a chrome.exe file, so I'm sure it has to do with that but I'm wondering why its making this 500 appear.
I have the same issue. Did you managed to fix it somehow?
No
Maybe some fatal error is occurring causing the runtime container to crash?
Or the runtime is blocking and not returning data?
In my scenario it was casued by attempt to execute context.log(result) where result was storage.get_file_download() bytes result
What's interesting is that logs before this line were not available in the console.
Run the function a second time. I get this error each time the first execution after a manual deploy
I've noticed that but I also noticed I get it at random other times. Like when i tried to launch chrome in the above instance, or when fetching from cache.
Recommended threads
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...
- NEW ERROR Invalid document structure: At...
Error: ```AppwriteException: document_invalid_structure, Invalid document structure: Attribute "pb.kmsgxPkgInfo.id_info" must be an array (400)``` I’m encounter...
- Issues with executor in Appwrite 1.9.0
Hi, I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite This is the error from the log: [Er...