[PYCBC-68] cannot delete design doc Created: 18/Sep/12 Updated: 17/May/13 |
|
| Status: | Open |
| Project: | Couchbase Python Client Library |
| Component/s: | None |
| Affects Version/s: | 0.8.0 |
| Fix Version/s: | 0.11 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Matt Ingenthron | Assignee: | Mark Nunberg |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| 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 |
| Comments |
| Comment by Matt Ingenthron [ 18/Sep/12 ] |
|
From the bug reporter:
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(). |