-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Calibre-web Kobo sync #1627
Comments
@fabiosirna Can you try |
That works for me! Using the reverse proxy as well. I ended up changing the generated URL to use The interesting part is that none of the covers download and I can't download the ebook. Here are some interesting logs I found during sync:
I've also toggled on and off the "Proxy unknown requests to Kobo Store" and didn't seem to make a difference. As well as "Repair account". Okay, final update here... So I decided not to go through my external network and it works with Docker. Basically what my network looks like this is Internet Caddy has a reverse proxy setup like this:
In the first case, I'm trying to hit subdomain.example.com with a forward in the calibre-web settings as With connecting to my home network, I set it the You think there is any reason as to why the forwarding isn't working? Does it have to do with the signed certs? Not really sure where to start. Normally this is a deal breaker and won't be for the foreseeable future, but it's nice to connect a network outside of mine and download any new books.
|
hi @jef ,
I've updated the KOBOeReader/.kobo/Kobo/Kobo\ eReader.conf (MYTOKEN is the one generated by Calibre-web, omitting here):
I'm trying to sync, but I got the sync error on my kobo. I tried also to repair the library from the device information page, restarted both calibre-web. Both calibre-web (0.6.9) and kobo firmware () are updated to the latest version (4.1.15-00416). This is what I get in the log when I try to sync, level info is DEBUG:
|
Weird... Looks like some language settings somewhere is incorrect? Just a guess based off error. |
@jef |
-> This error messages are also good to see. the kobo reader is sending a non standard request (should be on port 8083, but id does send http://blalab.com on prt 8083)
-> This messages are also good to see. Not all requests are implemented by Calibre-Web, especially the "social /tracking" stuff is not implemented and returning Nothing to the reader and this message to the logbook |
@fabiosirna |
@fabiosirna |
Hey @OzzieIsaacs, should I open up a different issue for the middle part of my comment earlier? Seems like it's sort of on topic, but wanted to get some feeedback. Thanks! |
Hi @OzzieIsaacs thanks for the suggestion. However I'm having issues. It is probably my fault because I'm not understanding how calibre-web is working :) There was already a library synced with calibre, and I noticed that books were duplicated. So I started deleting them one eby one, but it was taken lot of time. I removed them all at once, and the idea was to sync only the ones I'm currently reading. To make a long story short: now I'm not getting a sync error anymore, but I cannot sync the library with the kobo. My kobo is an H20, and on the main screen has for sections:
Using calibre-web I'm expecting to see my calibre library under MyBooks and download my books from there. As a last alternative, I'm going to reset factory the kobo and see if will work again. Edit: after investigating better the issues, I discovered that for some reason my books were archived on Calibre-web. Unarchiving is the solution to show them in the kobo library. The things is: is there a way to unarchive them all? :) |
The request of syncing only a subset of books is similar to the request from #1276. |
At the end I made it, and the Kobo is now syncing. I'm closing the issue. |
Got the same error when trying to sync Kobo and Calibre-web.
Note sure if there are other setting can try to fix this issue? Thanks |
The could not parse locale message is right and expected. It‘s a problem of the kobo reader sending a header which can‘t get read by the python library |
Thanks @OzzieIsaacs, Updates: And it sync smoothly. Thanks again |
I am having this same issue with a Libra H2O and calibre-web running in docker on a remote server. My books are not archived. I'm not sure how to debug since kobo logs appear to be encrypted now. |
Describe the bug/problem
I've installed the docker container and connected to the calibre library.
I'm trying to sync my Kobo to calibre-web at the following address:
http://192.168.1.205:8083/kobo/{mytoken}
To Reproduce
Steps to reproduce the behavior:
Logfile
Add content of calibre-web.log file or the relevant error, try to reproduce your problem with "debug" log-level to get more output.
Expected behavior
First I'd expect to browse a json content at the address http://192.168.1.205:8083/kobo/{mytoken}. But in my case is empty, only {} and the following:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: