I'm receiving this error on Android with the community 1.0.0 release from the website:
This destination of this replication is CouchDB version 1.4.0 from my local Ubuntu distribution.
(The same error happens regardless whether I use HTTPS/HTTP with or without SSL). It's hard to understand what these errors mean.
I/System.out( 5922): COUCHBASE: Pull Replication status changed: com.couchbase.lite.replicator.Replication$ChangeEvent@427e0860
I/System.out( 5922): COUCHBASE: Replicator processed 0 / 0
E/RemoteRequest( 5922): Got error status: 400 for org.apache.http.client.methods.HttpGet@42931e98. Reason: Bad Request
W/Sync ( 5922): com.couchbase.lite.replicator.Replication$8@42931a40: error getting remote checkpoint
E/Sync ( 5922): Puller@427dab18[
https://192.168.1.93:6984]: Progress: set error = org.apache.http.client.HttpResponseException: Bad Request
I/System.out( 5922): COUCHBASE: Pull Replication status changed: com.couchbase.lite.replicator.Replication$ChangeEvent@4293e8e0
I/System.out( 5922): COUCHBASE: Replicator processed 0 / 0
I/System.out( 5922): COUCHBASE: Pull Replication status changed: com.couchbase.lite.replicator.Replication$ChangeEvent@4293f008
I/System.out( 5922): COUCHBASE: Replicator processed 0 / 0
I/System.out( 5922): COUCHBASE: Pull Replication status changed: com.couchbase.lite.replicator.Replication$ChangeEvent@429403e0
I/System.out( 5922): COUCHBASE: Replicator processed 0 / 0
The output stops after that when the app goes to sleep, but it's more or less the same.
Any ideas? Do I need to downgrade/upgrade CouchDB on the server side?
Thanks,
- Michael R. Hines