-
Notifications
You must be signed in to change notification settings - Fork 8
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/Goodreader Error #75
Comments
I've built a test version of the plugin with a patch that should resolve the issue.
Please report back if that resolves the problem for you. |
Thanks for the quick reply! I grabbed the pre-release and installed it. Verified that it was 1.3.8. Same situation - it copies the PDF but gives the error “Error communicating with Device” but this time the DETAIL is different: Detail: near "On": syntax error Traceback (most recent call last): ———— Need any more detail? Need me to do anything different? Kevin On April 12, 2014 at 12:47:44 PM, GRiker (notifications@github.com) wrote: I've built a test version of the plugin with a patch that should resolve the issue. Please download the pre-release version of 1.3.8 from this link to your desktop — |
Hmm. Ok, please try downloading another build from this link, reinstall, and try again. |
This time it completely bombed out when I exited and went back into Calibre with “Error Communicating with Device” without even syncing the PDFs. DETAIL: ————————— Incorrect number of bindings supplied. The current statement uses 0, and there are 1 supplied. Traceback (most recent call last): On April 12, 2014 at 1:04:50 PM, GRiker (notifications@github.com) wrote: Hmm. Ok, please try downloading another build from this link, reinstall, and try again. — |
Sigh. One more try. Download and install from this link. |
Went back to the original error that I reported on (it seems) - Error Communicating with Device: DETAIL: near "Race": syntax error Traceback (most recent call last): On April 12, 2014 at 1:14:26 PM, GRiker (notifications@github.com) wrote: Sigh. One more try. Download and install from this link. — |
Done. I hope sending it to you via an attachment is okay? Kevin On April 12, 2014 at 12:47:44 PM, GRiker (notifications@github.com) wrote: I've built a test version of the plugin with a patch that should resolve the issue. Please download the pre-release version of 1.3.8 from this link to your desktop — DEBUG: 21.1 *** fetching metadata for u"The Complete Idiot's Guide to Aquaponic Gardening (Idiot's Guides).pdf"
(edited to isolate problem area) |
Ah, wait - could it be that the metasync is bombing because one of the PDFs has “race” (with the quotes) in the filename? That might be doing it. Gonna do a quick test. On April 12, 2014 at 12:47:44 PM, GRiker (notifications@github.com) wrote: I've built a test version of the plugin with a patch that should resolve the issue. Please download the pre-release version of 1.3.8 from this link to your desktop — |
@athfrith, I was unable to access this issue for the last 24 hours or so. I'm not sure what happened, but I created another issue just in case you checked back. I'll delete that one. You are correct that the book with the double quotes "Race" and Racism was causing the problem. I did figure that out and put a patch in place which you can download and install from this link. Even if you solved the problem on your own, I'd appreciate it if you would restore the name of the book with the double quotes (straight, not curly) and tried the latest build, since that's the version I'll be planning on releasing. If there's an error (pretty sure there won't be), please disable debugging for libimobile device before posting another debug log. Let me know what you find. |
…edded double quotes in sqlite identifiers. Recreated in #76.
Update released. Thanks for your help. |
When copying PDFs to either iPod Touch (5th Gen) or iPad Mini Retina using Calibre 1.32 and iOS Reader plugin (1.3.7) to Goodreader (v3.20.0) on iOS I get this error:
"Error Communicating with Device"
Detail:
calibre, version 1.32.0
ERROR: Error: Error communicating with device
near "Race": syntax error
Traceback (most recent call last):
File "site-packages/calibre/gui2/device.py", line 86, in run
File "site-packages/calibre/gui2/device.py", line 520, in _sync_booklists
File "/var/folders/1w/qxym__c536ldv5bqf_kfcqr40000gn/T/calibre_1.32.0_tmp_z_eLSR/xtiLmp_ios_local_db/GoodReader_overlays.py", line 684, in sync_booklists
OperationalError: near "Race": syntax error
The PDF copies totally fine but something regarding the metadata is erroring out? I get the same error whenever I use "update cached metadata on device" from the device dropdown menu.
Suggestions? Need more detail?
The text was updated successfully, but these errors were encountered: