> On Jan 2, 2018, at 12:31 AM, Brendan Duddridge <[email protected]> wrote: > > Jan 1 22:18:22 iPhone-X Tap Forms[11762] <Notice>: Error opening Tap Forms > database: Error Domain=CBLHTTP Code=400 "Invalid database/document/revision > ID" UserInfo={NSLocalizedFailureReason=Invalid database/document/revision ID, > NSLocalizedDescription=Invalid database/document/revision ID}
The error message refers to opening the database, but your email implies the database is already open. Do you know which API call this error is returned from? And is anything being logged before this error? This isn’t the error I’d expect when the filesystem is locked. In 1.4 and 1.4.1, Pasin and I added code to detect those filesystem/SQLite errors and return appropriate CBL errors (I think it’s 401.) > I thought just using NSFileProtectionCompleteUntilFirstUserAuthentication for > the Data Protection mode would suffice, but it doesn't appear to be so. I would think so, too. It kind of looks like something else is going wrong. —Jens Jens Alfke — Mobile Architect — Couchbase, Inc. -- 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/0C46CEF8-DF59-447C-90FE-90AAB807FECD%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
