-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
addBookmark
function of Library class
is not saving the Bookmark in latest libkiwix
#28
Comments
Have you used the writeBookmarksToFile(https://github.com/kiwix/libkiwix/blob/main/include/library.h#L262) to save the bookmarks ? |
|
@mgautierfr , i have tried with false but it fails with error
When i'm creating Bookmark object and use addBook method in same test it's giving error. can you please have a look on it. |
If you look in the logs, you can see in
So it seems there is a bug in the scrapper searching for |
@mgautierfr , thanks for your explanation i'm closing this issue. After your fix, now it's saving bookmark in library. I have added test cases for saving bookmarks in #27. for the error logs
i have debug it and find it's my System error with |
Describe the issue
testBookMark()
in Fixes of Broken CI #27 . Inside this test case i'm saving the bookmark in library and then getting the saved bookmarks with help ofgetBookmarks
function, it's returning the empty array which means bookmarks is not saved in the library.@mgautierfr , can you please have a look on it.
The text was updated successfully, but these errors were encountered: