Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.8.0
-
Fix Version/s: 0.11
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
This may be related to the _rev changes with design docs recently. It could also be related to authentication changes.
http://www.couchbase.com/forums/thread/python-client-delete-design-doc
http://www.couchbase.com/forums/thread/python-client-delete-design-doc
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Server is 2.0.0. I've updated the python client to 0.8.0 and the problem remains although with a different error message;
File "/Volumes/DATA/dv/epic/server/venv/lib/python2.7/site-packages/couchbase/client.py", line 254, in delete
rest.delete_view(self.name, view)
AttributeError: 'RestConnection' object has no attribute 'delete_view'
I think the problem lies simply within the Python client; inspecting client.py:254 there's a call to a non existent function delete_view().. probably should be RestConnection.delete_design_doc().