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

  1. Use chromes clear storage option
  2. 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

Most upvoted comments