You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using cloudant0.5.8 and python3.3, couchdb 1.5.1 on suse linux. and I get the error when ever I create a document. The document does get created, but i cant avoid the error.
I tried to debug the code, but i couldnt figure out.
Exception TypeError: TypeError('delete() takes 2 positional arguments but 3 were given',) in <bound method Design.del of <cloudant.design.Design object at 0x7f265f4f4dd0>> ignored
Hi,
I am using cloudant0.5.8 and python3.3, couchdb 1.5.1 on suse linux. and I get the error when ever I create a document. The document does get created, but i cant avoid the error.
I tried to debug the code, but i couldnt figure out.
Exception TypeError: TypeError('delete() takes 2 positional arguments but 3 were given',) in <bound method Design.del of <cloudant.design.Design object at 0x7f265f4f4dd0>> ignored
Can you help?
Thanks,
Radhika