-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: setCredential not working #78
Comments
Can you try this with a build from the current
However, after a few minutes, the replicator kicks in again and pulls all of the documents down. |
Will do. I'll check it out with the next build. |
Hi, I got the same problem with 1.2.0. If I specify the remote URL like this http://192.168.0.179:5984/ (without dbname) I got: and replication cannot start because it does not have the db name. If I use the correct URL like this http://192.168.0.179:5984/couchtest I got this error: [ERROR] : DataScheduler: isDataSchedulerEnabled():false As you can see the library tries to open the wrong path to _session api (it does not remove the dbname) |
After opening a ticket on couches-lite-java-core it has been just fixed, here is the link: |
I've rebuilt the module with the latest couchbase-lite-android and couchbase-lite-java-core source and have updated the 1.2.1. pre-release module ZIP file. Can you download the new build and try it out? Note that, because the version number hasn't changed, you will need to completely clean your project, and should probably delete the old modules/android/com.obscure.titouchdb directory as well to ensure that the new code is being run. Once Couchbase releases a new version of the Android libraries, I'll make a new build of 1.2.1 and mark it as an actual release. |
Hi, sorry for late check but now replication with credentials works as expected. Tnx for support. |
Using setCredential does not work.
Throws the following errors, but not the 'ChangeTracker' errors.
Studio 3.3
SDK 3.3.0.GA
Android Ti_touchdb 1.0.1
The text was updated successfully, but these errors were encountered: