MyWayOriginal post
Rank 2: Process
I had my Bun function executing for months, but now i'm getting the following error:
Warning: Undefined array key "listening" in /usr/local/app/http.php on line 1023
Warning: fsockopen(): Unable to connect to 66aeafc1c683e:3000 (Connection refused) in /usr/local/src/Executor/Validator/TCP.php on line 45
any idea what to look?
Summary
Issue: Undefined array key "listening" error and connection refused error while calling databases.updateDocument function.
Possible Solution: This could be related to a Docker container issue. Check the Docker configuration and make sure the necessary ports are open and properly configured. Also, ensure that the database document is being updated correctly.