Monday, May 2, 2016

Couchbase .NET client.GetView error “This object does not have a response (perhaps the request failed without an HTTP response”

Leave a Comment

I connect to Couchbase Server and GetView to do something. In web console management, i click 'show result' and get result like that: enter image description here

But, when i develop using .NET client with code:

var view = _client.GetView("trackingbyhours", viewName, true) 

get error:

This object does not have a response (perhaps the request failed without an HTTP response 

My couchbase _client that connected right server, bucket, view design and view name.

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment