Sometimes getting "Couchbase::Error::Network (failed to execute HTTP request, Network failure ..."

How could I trace the packet so that I can see why the server has closed the connection? any help?

You can refer to the tcpdump tool, or Wireshark (the latter is a GUI and might be simpler to use). Please note that packet captures will capture data you send across your network; ensure you aren’t capturing and sending anything sensitive!

Just for reference: This issue should be solved with the next release (1.3.13), as mentioned in this thread: Bug: Ruby Client - Connection Errors on Views

1 Like