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 am calling my view such as
ViewOptions voStats = new ViewOptions();
voStats.GroupLevel = 2;
ViewResult results = oCouchDB.View("viewName", voStats);
and i am getting following error.
Request failed to receive a response/n at LoveSeat.Support.CouchRequest.GetResponse()
at LoveSeat.CouchDatabase.ProcessGenericResults[T](String uri, ViewOptions options)
at LoveSeat.CouchDatabase.View[T](String viewName, ViewOptions options, String designDoc)
at LoveSeat.CouchDatabase.View[T](String viewName, ViewOptions options)
Kindly help me in sorting out this issue.
The text was updated successfully, but these errors were encountered:
I am calling my view such as
ViewOptions voStats = new ViewOptions();
voStats.GroupLevel = 2;
ViewResult results = oCouchDB.View("viewName", voStats);
and i am getting following error.
Request failed to receive a response/n at
LoveSeat.Support.CouchRequest.GetResponse()
at LoveSeat.CouchDatabase.ProcessGenericResultsThttp://String%20uri,%20ViewOptions%20options
at LoveSeat.CouchDatabase.ViewThttp://String%20viewName,%20ViewOptions%20options,%20String%20designDoc
at LoveSeat.CouchDatabase.ViewThttp://String%20viewName,%20ViewOptions%20options
Kindly help me in sorting out this issue.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/56
.
Actually i am performing load test for my application. View loaded fine before running the load test in futon. but after that the same view is not working.
I am calling my view such as
ViewOptions voStats = new ViewOptions();
voStats.GroupLevel = 2;
ViewResult results = oCouchDB.View("viewName", voStats);
and i am getting following error.
Request failed to receive a response/n at LoveSeat.Support.CouchRequest.GetResponse()
at LoveSeat.CouchDatabase.ProcessGenericResults[T](String uri, ViewOptions options)
at LoveSeat.CouchDatabase.View[T](String viewName, ViewOptions options, String designDoc)
at LoveSeat.CouchDatabase.View[T](String viewName, ViewOptions options)
Kindly help me in sorting out this issue.
The text was updated successfully, but these errors were encountered: