I was able to get the ToDo working. I tried using coax to access my db:

cblite.getURL( function( err, url ) {
  var coax = require( 'coax' )
  var db = coax( [url, 'wells'] )

  db.put( function( err, res ) {
    if( err ) {
      alert( "ip:" + err )
    }
    â‹®

This prints: "ip:Syntax error: Unexpected end of input". Creating a 
database like this is pretty much verbatim from the example; very 
frustrating…

-Will

On Friday, May 16, 2014 10:57:37 PM UTC-4, J. Chris Anderson wrote:
>
> There is a similar discussion going on here: 
> https://github.com/couchbaselabs/TodoLite-PhoneGap/issues/5
>
> Are you able to get the TodoLite example app to work? It works for me, but 
> I'm not a very large sample set...
>
> Chris
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/6343a24d-e730-4f30-a86f-3c617ef15c9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to