You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annotations are not properly updated or deleted.
Newly created annotations (i.e. without refreshing webview) cannot be modified at all.
2020-07-27 12:03:30.149 29592-29592/fr.gaulupeau.apps.InThePoche.debug D/WebView.onCM: Uncaught TypeError: annotation must have an id for update() @ 23: file:///android_asset/annotator.min.js
2020-07-27 12:03:43.056 29592-29592/fr.gaulupeau.apps.InThePoche.debug D/WebView.onCM: Uncaught TypeError: annotation must have an id for delete() @ 23: file:///android_asset/annotator.min.js
Existing annotations cannot be deleted.
2020-07-27 11:44:42.352 26160-26936/fr.gaulupeau.apps.InThePoche.debug E/MainService: run() exception during task execution
org.greenrobot.greendao.DaoException: Entity has no key
at org.greenrobot.greendao.AbstractDao.getKeyVerified(AbstractDao.java:932)
at org.greenrobot.greendao.AbstractDao.deleteInTxInternal(AbstractDao.java:679)
at org.greenrobot.greendao.AbstractDao.deleteInTx(AbstractDao.java:715)
at fr.gaulupeau.apps.Poche.service.workers.OperationsWorker.deleteAnnotation(OperationsWorker.java:492)
at fr.gaulupeau.apps.Poche.service.OperationsHelper.lambda$deleteAnnotation$3(OperationsHelper.java:88)
at fr.gaulupeau.apps.Poche.service.-$$Lambda$OperationsHelper$XJNNl-8Ttm8FoeMGJXDn3HxgZKM.run(Unknown Source:4)
at fr.gaulupeau.apps.Poche.service.TaskService.run(TaskService.java:158)
at fr.gaulupeau.apps.Poche.service.TaskService.lambda$gjfracnqY8x0_-mrxsx0oqjQmgk(Unknown Source:0)
at fr.gaulupeau.apps.Poche.service.-$$Lambda$TaskService$gjfracnqY8x0_-mrxsx0oqjQmgk.run(Unknown Source:2)
at java.lang.Thread.run(Thread.java:764)
I wonder when I broke that - I'm quite sure I tested all the basic functions when I implemented it.
Environment details
wallabag app version: master or somewhere near
The text was updated successfully, but these errors were encountered:
Issue details
Annotations are not properly updated or deleted.
Newly created annotations (i.e. without refreshing webview) cannot be modified at all.
Existing annotations cannot be deleted.
I wonder when I broke that - I'm quite sure I tested all the basic functions when I implemented it.
Environment details
The text was updated successfully, but these errors were encountered: