Back
An internal curl error has occurred within the executor! Error Number: 104
- 0
- Self Hosted
- Functions
Abhishek
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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...