Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36DC2780E for ; Fri, 30 Sep 2011 09:46:26 +0000 (UTC) Received: (qmail 84299 invoked by uid 500); 30 Sep 2011 09:46:17 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 83712 invoked by uid 500); 30 Sep 2011 09:45:56 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 83387 invoked by uid 99); 30 Sep 2011 09:45:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 09:45:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rasmussen.bryan@gmail.com designates 209.85.213.52 as permitted sender) Received: from [209.85.213.52] (HELO mail-yw0-f52.google.com) (209.85.213.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 09:45:44 +0000 Received: by ywp31 with SMTP id 31so2048499ywp.11 for ; Fri, 30 Sep 2011 02:45:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=AoTDvd7HGDkhx1Icru5NCXS4hIvCQxriXmTxRjrtx8I=; b=Lxw2ZKUvqgkwmSyRsQWITpaPzOdL/WyjeQ95w2VUo3aYpBXMeKm4wu90w3rKdOYfTp cvT7yF5pfK3AaA6NO5ldQuc5WHAO85MR8vm9t0fFMVvWdTUl8CqPVa9gZHqZtFpOWHqT ytQpGhprxU+aqk4F2pqbBYWSxFnLbalqs5Wc8= MIME-Version: 1.0 Received: by 10.68.15.34 with SMTP id u2mr57384908pbc.59.1317375923196; Fri, 30 Sep 2011 02:45:23 -0700 (PDT) Received: by 10.68.58.234 with HTTP; Fri, 30 Sep 2011 02:45:23 -0700 (PDT) Date: Fri, 30 Sep 2011 11:45:23 +0200 Message-ID: Subject: allow_jsonp bad arg return From: bryan rasmussen To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I just installed setup-couchdb-1.1.0+COUCHDB-1152_otp_R14B03 on Windows 7 and moved over my previously working project. I have a number of a objects I am referring to from scripts with urls like the following: http://127.0.0.1:5984/uris/_design/app/_view/docusers?key=%22pantagruel%22&limit=50&callback=dataloader When I load my page I get back invalid label errors for these objects. I went into futon config and changed allow_jsonp=true and shut down and restarted the server when I look at config allow_jsonp is still true. unfortunately when I request my objects I am still getting an invalid label. Why is this not working anymore? Thanks, Bryan Rasmussen