Re: Unexpected token on jsonp request

2011-07-30 Thread Toni Thomä
your request and you should see your data wrapped in a function > with the same name as the parameter > > On Fri, Jul 29, 2011 at 2:16 PM, Toni Thomä wrote: > >> hello, >> i´m firing an ajax/jsonp reqeust to my cloudant app: >> >> var obj = $.a

Unexpected token on jsonp request

2011-07-29 Thread Toni Thomä
hello, i´m firing an ajax/jsonp reqeust to my cloudant app: var obj = $.ajax({ url: "http://xyz";, dataType: 'jsonp', success: function(data) { //SOME CODE }, error: function() { //SOME CODE

Re: Welcome Adam Kocoloski to the Apache CouchDB PMC

2011-02-25 Thread Toni Thomä
Congratulations! Am 25.02.2011 um 18:40 schrieb Damien Katz: > Hi everyone, > > I'm happy to announce Adam Kocoloski as the latest addition to the CouchDB > Project Management Committee (PMC). > > > This is long overdue, Adam has been an important committer to the project > and member of the

Problem with filters

2010-09-04 Thread Toni Thomä
i´m getting a "curl: (56) Received problem 2 in the chunky parser" when i try to connect to the changes api with filters, like this: "https://HOST/DB/_changes?filter=app/important ". HTTP/1.1 500 Internal Server Error Server: CouchDB/1.0.0 (Erlang OTP/R13B04) Date: Sat, 04 Sep 2010 09:57:19 GM