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
Describe the bug/problem
Hoping maybe someone can point me in the right direction here.
I've used calibre-web for a long while now but just made the switch to kobo from kindle.
I really wanted to take advantage of the kobo sync feature and I mostly got it working. I can sync books but I'm noticing it's not syncing ALL books.
I started out with syncing 1 shelf with over 250 books but only 107 would sync.
I then moved onto 3 shelves and only about 160 would sync.
I've dispersed everything over 5 shelves now and 218 have synced.
I was trying to stick with 60 books per shelf with shelf 05 having only 41 books in it but shelves 1-4 all have 60
I ended up with the following.
I also tried forcing a full sync in calibre web but still end up with the same amount of books.
In the interim I may make a Shelf 06 and try to even out the books even more to see if anything changes that way.
Expected behavior
Sync of all books across all shelves
OS: [UnRAID]
Calibre-Web version: [e.g. 0.6.8 or 087c4c5 (git rev-parse --short HEAD)]:
Docker container: [linuxserver/calibre-web]:
Additional context
I've done tests locally as well as over reverse proxy both methods sync but with the caveat of still missing some books.
I even adjusted my reverse proxy config from
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
Describe the bug/problem
Hoping maybe someone can point me in the right direction here.
I've used calibre-web for a long while now but just made the switch to kobo from kindle.
I really wanted to take advantage of the kobo sync feature and I mostly got it working. I can sync books but I'm noticing it's not syncing ALL books.
I started out with syncing 1 shelf with over 250 books but only 107 would sync.
I then moved onto 3 shelves and only about 160 would sync.
I've dispersed everything over 5 shelves now and 218 have synced.
I was trying to stick with 60 books per shelf with shelf 05 having only 41 books in it but shelves 1-4 all have 60
I ended up with the following.
Shelf 01 = 31 books (29 missing)
Shelf 02 = 58 books (2 missing)
Shelf 03 = 29 books (31 missing)
Shelf 04 = 60 books (0 missing)
Shelf 05 = 40 books (1 missing)
A total of 63 missing books still
I also tried forcing a full sync in calibre web but still end up with the same amount of books.
In the interim I may make a Shelf 06 and try to even out the books even more to see if anything changes that way.
Expected behavior
Sync of all books across all shelves
Additional context
I've done tests locally as well as over reverse proxy both methods sync but with the caveat of still missing some books.
I even adjusted my reverse proxy config from
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
to
proxy_buffer_size 1024k;
proxy_buffers 4 512k;
proxy_busy_buffers_size 1024k;
Thinking that would be the reason but still nothing.
I appreciate any feedback if someone can point me in the right direction.
The text was updated successfully, but these errors were encountered: