Replies: 2 comments
-
@apsbd |
Beta Was this translation helpful? Give feedback.
-
I have same similar issue with the While looking at mongo docs I noticed this note
How can I call |
Beta Was this translation helpful? Give feedback.
-
Hi
My server was good until yesterday and now it's showing this error:
Failed to send "count" command with database "dddb": socket error or timeout
at /var/www/html/console/vendor/mongodb/mongodb/src/Operation/Count.php:154
150| if (isset($this->options['readConcern']) && ! \MongoDB\server_supports_feature($server, self::$wireVersionForReadConcern)) {
151| throw UnsupportedException::readConcernNotSupported();
152| }
153|
Exception trace:
1 MongoDB\Driver\Server::executeReadCommand("dddb", Object(MongoDB\Driver\Command), [Object(MongoDB\Driver\ReadPreference)])
/var/www/html/console/vendor/mongodb/mongodb/src/Operation/Count.php:154
2 MongoDB\Operation\Count::execute(Object(MongoDB\Driver\Server))
/var/www/html/console/vendor/mongodb/mongodb/src/Collection.php:277
Please use the argument -v to see more details.
It would be really very helpful if you give me a solution.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions