pouchdb: Object {status: 0, name: "unknown", message: "batch processing terminated with error", result: Object}
Issue
I’m getting the error in the title when clearing my local storage and then triggering a replication with the remote server.
Info
- Environment: browser
- Platform: Chrome
- Adapter: IndexedDB
- Server: CouchDB
Reproduce
- Use chromes clear storage option
- Trigger a replication with a database that exists remotely.
Full object error:
Object message : "batch processing terminated with error" name : "unknown" result : Object doc_write_failures : 0 docs_read : 0 docs_written : 0 end_time : Wed Oct 26 2016 18:50:13 GMT+0100 (GMT Daylight Time) errors : Array[0] last_seq : 0 ok : false start_time : Wed Oct 26 2016 18:50:12 GMT+0100 (GMT Daylight Time) status : "aborting" __proto__ : Object status : 0 __proto__ : Object
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 51 (21 by maintainers)
Commits related to this issue
- (#5501) - fall back from bulk_get on any error Multiple users have reported connectivity issues during our test for the _bulk_get endpoint. Rather than raise a user error in these situations, fall ba... — committed to pouchdb/pouchdb by willholley 8 years ago
- (#5501) - fall back from bulk_get on any error Multiple users have reported connectivity issues during our test for the _bulk_get endpoint. Rather than raise a user error in these situations, fall ba... — committed to pouchdb/pouchdb by willholley 8 years ago
- (#5501) - fall back from bulk_get on any error Multiple users have reported connectivity issues during our test for the _bulk_get endpoint. Rather than raise a user error in these situations, fall ... — committed to pouchdb/pouchdb by willholley 8 years ago
Ah, could it be linked to this: https://github.com/pouchdb/pouchdb/issues/5501