Thanks for posting your solution! On Mon, Feb 2, 2015 at 5:34 AM, Vinay Bhinde <[email protected]> wrote:
> > The issue is solved. The problem was that while the user opened the app > every time and internet was available i used to delete the previous session > on SG and generate a new session for user. In between generation of new > session and deletion of old session my triggerSync function to start push > and pull was being called which was using the old cookie which was deleted > already and before a new one was generated. Hence SG throwed 404 error and > my _changes tracker got an exception at client side. > > Log cat logs and debugging my controllers helped me find this. > > > On Saturday, 31 January 2015 00:41:34 UTC+5:30, Traun Leyden wrote: >> >> Can you file a ticket to https://github.com/couchbase/ >> couchbase-lite-java-core and include logcat output? >> >> >> -- > 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/d127f5b7-b6b6-4777-9fb3-07cd5a575f43%40googlegroups.com > <https://groups.google.com/d/msgid/mobile-couchbase/d127f5b7-b6b6-4777-9fb3-07cd5a575f43%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CACSSHCH6C%2Bh_Nxt%2BcRQGWvOJJtTu4m%3DTZjC6xf3vTL09XNqhiA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
