View Single Post
Old 06-02-2026, 04:03 AM   #109
xero
Junior Member
xero began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2026
Device: kobo, boox, bigme
Quote:
Originally Posted by xero View Post
Seeing this on my end as well.

Looking at the code

Code:
if not Device:isPocketbook() then
    return { disabled = true, }
end
likely needs to be adjusted to

Code:
if not Device:isPocketBook() then
    return { disabled = true, }
end
Looks like the sync plugin first on google is actually out of date

I switched to https://github.com/ckilb/pocketbooksync.koplugin without issue, for anyone else who ends up here from google.
xero is offline   Reply With Quote