Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.0.0-beta.3
-
None
-
None
-
1
Description
When trying to connect as administrative account via below code:
admin = Admin(username, password, host=url)
|
I am getting below error in version 3.0.0-beta.3:
Traceback (most recent call last):
|
File "C:\Users\<USER>\test\test.py", line 21, in <module> |
admin = Admin(username, password, host=url)
|
File "C:\Users\<USER>\AppData\Local\Programs\Python\Python37\lib\site-packages\couchbase\management\admin.py", line 98, in __init__ |
self._connect()
|
couchbase.exceptions.BucketMissingException: <RC=0xD2[LCB_ERR_BUCKET_NOT_FOUND (210)], 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,1200)> |
Code is executed against Couchbase Server Enterprise Edition 6.0.3 build 2895 nodes. Providing name of existing bucket solves the issue. The same thing happens with bug: PYCBC-740.