The get returns the same welcome message and the put to create the database now returns a HTTP 412: Precondition Failed meaning that one of the request headers couldn't be satisfied.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/38adc762-2607-45b6-a356-2ad980f319a0%40googlegroups.com.--
You received this message because you are subscribed to a topic in the Google Groups "Couchbase Mobile" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mobile-couchbase/PCVFGaiTL5I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mobile-couchba...@googlegroups.com.
I got the app running in a 4.4.2 emulator. I get the same error: Router unable to route request to do_GET_DesignDocumentjava.lang.reflect.InvocationTargetException.
--
You received this message because you are subscribed to a topic in the Google Groups "Couchbase Mobile" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mobile-couchbase/PCVFGaiTL5I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mobile-couchba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/180a17f6-62e6-401b-9369-3845c961029d%40googlegroups.com.
Making sure the design document wasn't out of date was a good idea. Unfortunately, it seems correct:
{"views":{"by_time":{"map":"function ( doc ) { if( doc.type == 'reading' ) { d = new Date( doc.time ); emit( [d.getFullYear(), d.getMonth(), d.getDate(), d.getHours(), d.getMinutes()], doc ) } }"}},"_rev":"1-f36be2417d00836fd5a375e7689fbda3","_id":"_design/reading"}
-Will
--
You received this message because you are subscribed to a topic in the Google Groups "Couchbase Mobile" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mobile-couchbase/PCVFGaiTL5I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mobile-couchba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/ad5701d8-5fec-496a-bc56-6a3748437e87%40googlegroups.com.
--To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/CAB8ffCA0-SU0zo6%3D3tYpCSX9ficci7bnGOzw7jV%2BZWeVVPHAuw%40mail.gmail.com.
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 mobile-couchba...@googlegroups.com.