No, sorry, in the end I never got to the bottom of this. Since I now access 
Couchbase via sync gateway, it has ceased to be an issue for me.

> On 18 Jun 2015, at 8:53 pm, [email protected] wrote:
> 
> Hi Steven,
> 
> Did you find any solution to this problem. I am facing same problem and 
> unable to found any soltion.
> 
>> On Wednesday, May 28, 2014 at 11:54:24 AM UTC+5, Steven Barlow wrote:
>> What would be causing the NodeJS SDK to repeatedly respond with: [Error: 
>> Client-Side timeout exceeded for operation. Inspect network conditions or 
>> increase the timeout] code: 23 for all view operations?
>> 
>> I have a test server at 
>> http://ec2-54-83-43-209.compute-1.amazonaws.com:8092/test that demonstrates 
>> this behaviour. I'm pretty sure I've opened all the requisite ports. 
>> 
>> For example
>> 
>> CURL http://ec2-54-83-43-209.compute-1.amazonaws.com:8092/test/_design/test
>> 
>> responds fine, but attempting the equivalent operation using the Couchbase 
>> SDK fails as described above.
>> 
>> var connection;
>> var config = {
>>      host: 'http://ec2-54-83-43-209.compute-1.amazonaws.com',
>>      bucket: 'test'
>> };
>> 
>> var couchbase = require('couchbase');
>> connection = new couchbase.Connection(config);
>> connection.getDesignDoc('test', function(err, result){
>>      if (err) {
>>              console.log('Error', err);
>>      } else {
>>              console.log(result);
>>      }
>> });
>> 
>> I can't fathom this at all, it seems to me that the Couchbase SDK simply 
>> doesn't work. In fact I've actually managed to bypass the Couchbase SDK 
>> altogether (using dscape/nano) and hitting the server on 8092 using regular 
>> CouchDB style REST requests, and that works fine.
>> 
>> Cheers,
>> Steven
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "Couchbase" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/couchbase/scrTb94Mj3w/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to