Back
An internal curl error has occurred within the executor! Error Number: 104
- 0
- Self Hosted
- Functions

An internal curl error has occurred within the executor! Error Number: 104. Error Msg: Connection reset by peer
TypeScript
#0 /usr/local/vendor/utopia-php/framework/src/Http/Http.php(671): {closure}('656f1531c40a7db...', '{"reservation_c...', '/', 'PUT', Array, 294.54090642929, 'openruntimes/py...', '/storage/builds...', 'main.py', Array, 1, 512, 'v3', 'cp /tmp/code.ta...', Object(Swoole\Table), Object(Utopia\Http\Adapter\Swoole\Response), Object(Utopia\Logger\Log))
#1 /usr/local/vendor/utopia-php/framework/src/Http/Http.php(872): Utopia\Http\Http->execute(Object(Utopia\Http\Route), Object(Utopia\Http\Adapter\Swoole\Request), '456103')
#2 /usr/local/vendor/utopia-php/framework/src/Http/Http.php(577): Utopia\Http\Http->run(Object(Utopia\Http\Adapter\Swoole\Request), Object(Utopia\Http\Adapter\Swoole\Response), '456103')
#3 [internal function]: Utopia\Http\Http->Utopia\Http\{closure}(Object(Utopia\Http\Adapter\Swoole\Request), Object(Utopia\Http\Adapter\Swoole\Response), '456103')
#4 /usr/local/vendor/utopia-php/framework/src/Http/Adapter/Swoole/Server.php(34): call_user_func(Object(Closure), Object(Utopia\Http\Adapter\Swoole\Request), Object(Utopia\Http\Adapter\Swoole\Response), '456103')
#5 [internal function]: Utopia\Http\Adapter\Swoole\Server->Utopia\Http\Adapter\Swoole\{closure}(Object(Swoole\Http\Request), Object(Swoole\Http\Response))
#6 {main}```
TL;DR
An internal curl error occurred within the executor! Error Number: 104. Error Msg: Connection reset by peer.
The issue seems to be with the executor encountering the error. It is possibly related to a connection reset by peer. To troubleshoot, you may need to check the network settings or configurations that might be causing this error.Recommended threads
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
