Stefan Kögl

Results 73 comments of Stefan Kögl

I had a similar error in 0.6.4. ``` File "/usr/local/lib/python2.7/dist-packages/couchdbkit-0.6.4-py2.7.egg/couchdbkit/client.py", line 943, in iterator self._fetch_if_needed() File "/usr/local/lib/python2.7/dist-packages/couchdbkit-0.6.4-py2.7.egg/couchdbkit/client.py", line 1019, in _fetch_if_needed self.fetch() File "/usr/local/lib/python2.7/dist-packages/couchdbkit-0.6.4-py2.7.egg/couchdbkit/client.py", line 1002, in fetch self._total_rows =...

In the cases I observed, the response from CouchDB was actually invalid. In all cases, the response was like ``` json { "total_rows":625838,"offset":323983,"rows":[ {"id":"938aa209c352e00a4d841be90352c472","key":"somekey","value":null,"doc":{ thedoc }}, { many more results...

I could now track it down to https://issues.apache.org/jira/browse/COUCHDB-1769. Couch starts sending a view response, hits a duplicate and terminates the response. This produces the invalid JSON described above. So in...

I could avoid this problem the following way. I've declared a Meta class inside the application's subclass and declared a app_label class attribute which I set to the module name....

Is that already work-in-progress? If so, can I offer my help somehow?

I won't have time right now, but I might give it a shot during the next week. I'll let you know when I have something worth using.

@fundatillus, can you please * manually activate @Redcroft's account * see if you can recreate the issue on your development instance Let me know if I can assist.

> It looks like when a user deletes their account, it only puts it in an inactive status, and requires an admin to delete the account. There's a periodic job...

To test if the issue persists after the deactivated user has been cleaned up, you could do the following ```` bash # don't keep disabled users $ cat 0 >>...

Hi everyone! I appreciate your interest in that topic, and I'd like to continue working on that pull request. Is anyone of you still working on that? Where did you...