mirko
mirko
Looking at the codebase I think I can confirm this is a bug. The WEB UI calls this API of the server `/api/bookmarks?keyword=&tags=&exclude=&page=1`. What does the related handler ? 1....
I cannot reproduce the problem because I'm not a Windows user, trying a clean test on Linux works as expected. BTW these instructions don't seem correct. ``` shiori --portable shiori...
> The above batch file worked just fine until today That's good. So your are already using Shiori and from your past messages you have been using only the last...
Let's try to understand better the sqlite db structure you have. Can you paste the structure of table `bookmark` ? And what is the data inside the column `database_schema_version` of...
Interesting. So when you run Shiori in a clean situation and Shiori creates a new one empty db, everything goes ok and no errors are produced. Is it right ?...
> Both the new clean db and my existing db have exactly the same bookmark table folder structure. If you look closely to what I posted: Yes, I saw that....