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 just installed CouchDB (0.12.0a929134), and CouchApp (0.5.3-dev), and Sofa (git clone git://github.com/jchris/sofa.git on March 30, 2010).
I entered a blog post, and there were 2 problems: The Preview button didn't work; nothing in server output. Also, I got an error "Document could not be saved. Document update conflict." Server output: "[info] [<0.413.0>] 127.0.0.1 - - 'PUT' /blogdb/My-Chain 409" The document was saved, however.
When trying to view the post (http://127.0.0.1:5984/blogdb/_design/sofa/_list/post/post-page?startkey=[MyPost]), I got "{"error":"render_error","reason":"function raised error: (new InternalError("too much recursion", "/Users/svobodadl/couchdb/share/server/main.js", 336)) \nstacktrace: str("textile",[object Object])@/Users/svobodadl/couchdb/share/server/main.js:336\nstr("parent",[object Object])@/Users/svobodadl/couchdb/share/server/main.js:336\nstr("markdown",[object Object])@/Users/svobodadl/couchdb/share/server/main.js:336..." and on and on and on. Too much recursion, indeed!
Any advice?
Thanks,
Dan
The text was updated successfully, but these errors were encountered:
I just installed CouchDB (0.12.0a929134), and CouchApp (0.5.3-dev), and Sofa (git clone git://github.com/jchris/sofa.git on March 30, 2010).
I entered a blog post, and there were 2 problems: The Preview button didn't work; nothing in server output. Also, I got an error "Document could not be saved. Document update conflict." Server output: "[info] [<0.413.0>] 127.0.0.1 - - 'PUT' /blogdb/My-Chain 409" The document was saved, however.
When trying to view the post (http://127.0.0.1:5984/blogdb/_design/sofa/_list/post/post-page?startkey=[MyPost]), I got "{"error":"render_error","reason":"function raised error: (new InternalError("too much recursion", "/Users/svobodadl/couchdb/share/server/main.js", 336)) \nstacktrace: str("textile",[object Object])@/Users/svobodadl/couchdb/share/server/main.js:336\nstr("parent",[object Object])@/Users/svobodadl/couchdb/share/server/main.js:336\nstr("markdown",[object Object])@/Users/svobodadl/couchdb/share/server/main.js:336..." and on and on and on. Too much recursion, indeed!
Any advice?
Thanks,
Dan
The text was updated successfully, but these errors were encountered: