We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this issue when saving a document to the couchbase in Batch as follow:
Batch
this.database.inBatch(() => { documents?.forEach((document) => { const id = document._id ?? document.id let resultId if (id) { resultId = this.saveDocument(document, id) } else { resultId = this.saveDocument(document) } if (resultId) ids.unshift(resultId) })
env:
ns: 8.4.0 couchbase: 1.4.0 os: android @nativescript/android: 8.4.0
ns: 8.4.0
couchbase: 1.4.0
os: android
@nativescript/android: 8.4.0
ERROR Error: java.lang.IncompatibleClassChangeError: Class 'com.tns.gen.java.lang.Runnable' does not implement interface 'com.couchbase.lite.UnitOfWork' in call to 'void com.couchbase.lite.UnitOfWork.run()' (declaration of 'com.couchbase.lite.AbstractDatabase' appears in /data/app/org.vois.international.mgov-lW6EdOhp8fjIxGEC85rYOA==/base.apk) JS: save features will be called JS: ERROR Error: java.lang.IncompatibleClassChangeError: Class 'com.tns.gen.java.lang.Runnable' does not implement interface 'com.couchbase.lite.UnitOfWork' in call to 'void com.couchbase.lite.UnitOfWork.run()' (declaration of 'com.couchbase.lite.AbstractDatabase' appears in /data/app/org.vois.international.mgov-lW6EdOhp8fjIxGEC85rYOA==/base.apk) JS: ERROR Error: java.lang.IncompatibleClassChangeError: Class 'com.tns.gen.java.lang.Runnable' does not implement interface 'com.couchbase.lite.UnitOfWork' in call to 'void com.couchbase.lite.UnitOfWork.run()' (declaration of 'com.couchbase.lite.AbstractDatabase' appears in /data/app/org.vois.international.mgov-lW6EdOhp8fjIxGEC85rYOA==/base.apk)
I appreciate any help.
The text was updated successfully, but these errors were encountered:
Should be fixed with #180
Sorry, something went wrong.
No branches or pull requests
I get this issue when saving a document to the couchbase in
Batch
as follow:env:
ns: 8.4.0
couchbase: 1.4.0
os: android
@nativescript/android: 8.4.0
I appreciate any help.
The text was updated successfully, but these errors were encountered: