You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working to build and test this package for amd64 and arm64 architectures. While testing this package with “pytest” getting connection error, it is trying to create a connection string to connect rethink db server.
rethinkdb.errors.ReqlDriverError: Could not connect to 127.0.0.1:28015. Error: [Errno 111] Connection refused
Also installed and start rethinkdb using below commands:
I have been working to build and test this package for amd64 and arm64 architectures. While testing this package with “pytest” getting connection error, it is trying to create a connection string to connect rethink db server.
Also installed and start rethinkdb using below commands:
Then try to change the default port using, “rethinkdb --bind all --http-port 8085” but still it is showing the same above error.
It would be helpful if you could share some pointers on it
The text was updated successfully, but these errors were encountered: