Aditya Chandel
Aditya Chandel
Closing this since it’s not in scope, sorry!
@cjd Yeah, that approach makes sense, adding an is_public flag and restricting edits to admins sounds clean and straightforward. If you can find a good spot in the UI to...
These messages are harmless and won’t affect functionality: ``` java.lang.IllegalArgumentException: Invalid character found in the request target [/api/kobo/(my private token)/v1/assets?DiffRequests=[%7BKey:EPD-KoboPlus-ReadOnly-NeverSubscribed,ETag:W/NjM4MjU4OTA5NzgwMDAwMDAwLTMwMjQ1%7D] ]. The valid characters are defined in RFC 7230 and...
@MerialNeider I’m aware of this bug, although I haven’t been able to consistently reproduce it. I’ll continue to monitor it closely.
Fixed in https://github.com/booklore-app/booklore/pull/1102
Yes, Amazon enforces rate limits if you request book metadata too frequently. If you hit the limit, you’ll need to wait a few minutes before trying to fetch the book...
Test suite initialized in: https://github.com/adityachandelgit/BookLore/pull/631
@btrott I’ll look into whether offline_access can be safely removed without affecting existing setups.
I’m running into a strange issue where the books in my libraries aren’t showing up in the UI. Here’s the video recording of what I’m seeing: https://github.com/user-attachments/assets/fd104a9c-89e7-4f7b-8e9a-31b712cb9b7b
Sure! I can definitely add support for localization. I’ll work on setting up the initial framework for it. Once that’s in place, I’d really appreciate help from the community for...