I am trying the travel-sample app with python travel.py
but keep getting this error.
couchbase.exceptions._AuthError_0x2 (generated, catch AuthError): <RC=0x2[Authentication failed. You may have provided an invalid username/password combination], There was a problem while trying to send/receive your request over the network. This may be a result of a bad network or a misconfigured client or server, C Source=(src/bucket.c,1066)>
I set the value of PASSWORD
to my Couchbase server password, but I don’t see where to set the administrator name. Do I need to modify the CONNSTR string for that?
CONNSTR = 'couchbase://localhost/travel-sample'
PASSWORD = ''
I am using Couchbase Server 5.1.1 Community version on Mac.