Quantcast
Channel: MobileRead Forums - Devices
Viewing all 3330 articles
Browse latest View live

OnePlus 3T Connection Issues

$
0
0
All,

My device was connecting fine but this stopped working now and I got this error instead:

Failed to get children from device: hr=2147753993 facility=4 error_code=8201 description: No description available.

Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 90, in run
File "site-packages\calibre\gui2\device.py", line 513, in _books
File "site-packages\calibre\devices\mtp\driver.py", line 217, in books
File "site-packages\calibre\devices\mtp\driver.py", line 189, in get_driveinfo
File "site-packages\calibre\devices\mtp\windows\driver.py", line 268, in filesystem_cache
WPDError: Failed to get children from device: hr=2147753993 facility=4 error_code=8201 description: No description available.

I have already read several threads in this forum and I could fix the issue before with the very valid advice from kovidgoyal and others - many thanks for that. But now I don't get it to work again even when I tried all the instructions:

1) Try rebooting both the device and your computer
2) If that does not work, find the files driveinfo.calibre and metadata.calibre on the device
and delete them (you can use Windows Explorer or a file manager on the device itself to do this)
3) Reset the device

When I look at the jobs queue I find that the app is showing on the status column the files/directories it finds and at some stage about 20 - 30 seconds into the scan it stops with the error. When I repeated it does not stop at the same file (I thought there is a corrupted on the phone).

As I am running out of ideas, did anyone experience the same issue and could fix it?

Thanks for any help.

Trouble with newest version of Calibre

$
0
0
I have a Kindle Oasis. After I convert an ebook from epub to AZW3 and it puts the ebook in the Calibre Library which is in this folder
C:\Users\luvhi\OneDrive\DOCUMENTS

and I try to move the author folder onto my desktop like I have always done it is giving me this error:
1 interrupted action
An unexpected error is keeping you from moving the folder. If you continue to receive this error you can use the error code to search for help for with this problem.

Error 0x8007112A: There is a mismatch between the tag specified in the request and the tag present in the reparse point.

If I have the Calibre Library in the wrong place how do I fix it.

Calibre does not see Kobo Clara HD on Ubuntu 18.04

$
0
0
Hello

Lately my Kobo Clara HD is not seen anymore by Calibre 4.14 on Ubuntu 18.04.
Any idea what I could try?

Thanks.
Poum

Find collection from kobo aura H2O edition 2 into calibre

$
0
0
Hello, I could't find into calibre the possibility to synchronize collections created into my kobo into calibre. Can you please help me ?
Thanks in advance
Jean Marc

Error communicating with device - Paperwhite

$
0
0
Hi
This is my first post and I hope that I can get some help.

I have a Kindle Paperwhite (New Xmas 2019).
Calibre is up to date 4.14
My PC is Windows 10
Connect Paperwhite to PC via a USB hub.

I get message "Error communicating with device "

Screen shot of message

Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 90, in run
File "site-packages\calibre\gui2\device.py", line 543, in _sync_booklists
File "site-packages\calibre\devices\usbms\driver.py", line 459, in sync_booklists
File "site-packages\calibre\devices\usbms\driver.py", line 457, in write_prefix
File "site-packages\calibre\ebooks\metadata\book\json_codec.p y", line 136, in encode_to_file
File "json\__init__.py", line 251, in dumps
File "json\encoder.py", line 210, in encode
MemoryError

I hope that someone can help me.
Thanks

Don't get Welcome Wizard at Installation, so...

$
0
0
...I can't choose the device I'm hoping to use Calibre with. Help! I'm sure this must mean that sometime in the past I had installed Calibre. I deleted the software I installed today and tried to download a second time, but still no Welcome Wizard. Anyone have any ideas re: how to fix this? Thanks.

Calibre doesn't startup at all on debian sid

$
0
0
This is what i get on running calibre-debug-g:

calibre-debug -g
calibre 4.99.4 embedded-python: False is64bit: True
Linux-5.6.0-1-amd64-x86_64-with-glibc2.29 Linux ('64bit', 'ELF')
('Linux', '5.6.0-1-amd64', '#1 SMP Debian 5.6.7-1 (2020-04-29)')
Python 3.8.3rc1
Interface language: None
Failed to initialize plugin: '/home/shadead/.config/calibre/plugins/Barnes & Noble.zip'
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/customize/ui.py", line 703, in initialize_plugins
plugin = load_plugin(zfp) if not isinstance(zfp, type) else zfp
File "/usr/lib/calibre/calibre/customize/ui.py", line 61, in load_plugin
return loader.load(path_to_zip_file)
File "/usr/lib/calibre/calibre/customize/zipplugin.py", line 202, in load
m = importlib.import_module(plugin_module)
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
File "<frozen importlib._bootstrap>", line 618, in _load_backward_compatible
File "/usr/lib/calibre/calibre/customize/zipplugin.py", line 184, in load_module
exec(compiled, mod.__dict__)
File "calibre_plugins.barnes_noble.__init__", line 11, in <module>
ImportError: cannot import name 'quote' from 'urllib' (/usr/lib/python3.8/urllib/__init__.py)
Successfully initialized third party plugins: Open With (1, 5, 12) && Reading List (1, 6, 7)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.11191135734073 x 96.09458128078816
physicalDpi: 102.04823529411765 x 102.66947368421053
Using calibre Qt style: True
Traceback (most recent call last):
File "/usr/bin/calibre-debug", line 20, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/debug.py", line 277, in main
calibre(['calibre'] + args[1:])
File "/usr/lib/calibre/calibre/gui_launch.py", line 73, in calibre
main(args)
File "/usr/lib/calibre/calibre/gui2/main.py", line 543, in main
listener = create_listener()
File "/usr/lib/calibre/calibre/gui2/main.py", line 514, in create_listener
return Listener(address=gui_socket_address())
File "/usr/lib/calibre/calibre/utils/ipc/server.py", line 110, in __init__
self._listener._unlink.cancel()
AttributeError: 'NoneType' object has no attribute 'cancel'

What does this mean? What can i do?

Calibre error

$
0
0
Hi,
would anyone know what to do when this error:

calibre, version 4.15.0
CHYBA: Chyby během přidávání: Nepodařilo se přidat žádné knihy, pro více informací klikněte na "Zobrazit podrobnosti"


----------------------------------------------------------------------
Nepodařilo se přidat knihu:Žena v bílém
C:\Users\zdenk\OneDrive\Plocha\Knihovna\zena_v_bil em.epub
S chybou:
Traceback (most recent call last):
File "site-packages\calibre\gui2\add.py", line 414, in add_book
File "site-packages\calibre\db\legacy.py", line 225, in create_book_entry
File "site-packages\calibre\db\cache.py", line 62, in call_func_with_lock
File "site-packages\calibre\db\cache.py", line 1588, in create_book_entry
File "site-packages\calibre\db\backend.py", line 874, in execute
File "c:\t\t\apsw-k8s6ukkv\src\cursor.c", line 236, in resetcursor
CantOpenError: CantOpenError: unable to open database file


shows when I try add a book into my calibre library?
Thank you

Windows 7 Version Question

$
0
0
The Calibre download page at:
https://calibre-ebook.com/download_windows64

has this statement: ''If you are using Windows 7 or Vista please, use calibre 3.48, which works with all Windows 7/Vista machines, from here. Simply un-install calibre and install 3.48, doing so will not affect your books/settings.''

I am currently using version 4.10.1 [64bit] with Windows 7 Pro 64-bit and having absolutely no problems. But, since I noticed the above statement (it took me a while to see it), I stopped updating Calibre.

BUT, since I have seen no problems, can anyone give me a reason why I should uninstall my current version and install 3.48? Also, since 4.10.1 works with my system, does anyone know why the most recent version (4.15.0) would not also work?

Many thanks for any :help:

Log my series from Calibre to my KOBO aura H2O

$
0
0
Hy!

So here's my problem:
Sometimes I have trouble making my Kobo download the content of my "series" column on Calibre as series on the device, and treat it as such. I have solved the problem several times by deleting all my books from the device and downloading them again but by doing it I'm deleting my reading progress from the kobo, it's pretty annoying to have to "mark as read" half of my books again and again...
I think I could prevent it by understanding what's going wrong, anyone can help me?

I don't know if it is the place where I should post it, but I have another annoying problem with my series:
Let's say I have the series "A Pink Cat".
Usually, when I sort alphabetically my series, I'm gonna have something like:

"A Blue Cat [1]"
"Green Cat [1]"
"Green Cat [2]"

"A Pink Cat [1]"
"A Pink Cat [2]"
"A Pink Cat [3]"

"A Red Cat [1]"

Well for some of my books, it's gonna be like:

"A Pink Cat [2]"
"A Blue Cat [1]"
"Green Cat [1]"
"Green Cat [2]"

"A Pink Cat [1]"
"A Pink Cat [3]"

"A Red Cat [1]"


It doesn't sort every book the same way, how can I solve it?

How do I create MS-Edge style layout in Calibre Ebook Viewer?

$
0
0
Hi all

I'd like to recreate the MS-Edge layout on the Calibre Ebook Viewer.

Here is an example. I love the spacing on left, right, & in the middle.

I can continue reading on Ms-Edge but it's not supposed to be a reader and lacks many features.

Can someone please help me with the custom CSS?

Thanks
Vin

Attached Thumbnails
Click image for larger version

Name:	Annotation 2020-05-09 131350.png
Views:	N/A
Size:	167.2 KB
ID:	179147  

Calibre doesn't detect Kobo

$
0
0
My wife has a Kobo Aura H2O she hasn't used in a while, and it has been a few years since I have transferred any books to it from Calibre. I am currently running Calibre 4.15 on macOS Catalina 10.15.3.

I have the KoboTouch (2.5.1) plugin enabled as well as KoboTouch Extended, and have tried using KoboUtilities to switch between the two drivers. Nothing I've tried has allowed Calibre to detect the connected device. I can't figure out what has changed, as this worked just fine the last time I attempted to connect the device to Calibre.

:help: Any advice would be greatly appreciated!

Thanks,
mdclanahan

EDIT: It might also be important to note that the Kobo is running firmware 4.20.14622 (8bb853a72a, 3/13/20). The device mounts in macOS but does not mount in Calibre.

email to kindle no longer sending series

$
0
0
A long time ago, I set up the metadata plugboard to add the series to mobi files emailed to my kindle. As of Jan. 13, 2020, this is no long happening. On Jan. 11, I emailed a mobi file to kindle and the series is there. But that's the last one it worked for. I've tried updating calibre, reentering the plugboard formula and I've looked through all the calibre preferences. I can't figure out what's going wrong.

Here is my metadata plugboard formula:
format -- mobi
device -- KINDLE2
source template -- {title}{series:| (|}{series_index:0>5.2f| #|)}
destination field -- title
the file name should to look like this -- Book Title (Series Name #01.00)
The files go through but only the Book Title appears on my Kindle Voyage and on my Amazon content docs page. I'm using a GMX email address, in case that makes any difference.

Any ideas or suggestions?

Problem to connect Kobo to Calibre

$
0
0
Hello,

I'm unable to connect my Kobo Glo to Calibre. This problem is very recent.
The bug seems coming from the plugin KoboTouchExtended
Calibre 4.15 (64 bits)
KoboTouchExtended : 3.2.3
Kobo firmware : 4.20.14601

The error message is :
Quote:

'utf8' codec can't decode byte 0x92 in position 42: invalid start byte

Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 90, in run
File "site-packages\calibre\gui2\device.py", line 513, in _books
File "site-packages\calibre\devices\kobo\driver.py", line 1565, in books
File "site-packages\calibre\devices\kobo\driver.py", line 3542, in get_debugging_title
File "site-packages\calibre\devices\kobo\driver.py", line 3264, in get_pref
File "calibre_plugins.kobotouch_extended.device.driver" , line 113, in settings
File "calibre_plugins.kobotouch_extended.common", line 95, in print_formatted_log
File "calibre_plugins.kobotouch_extended.common", line 84, in _tag_args
UnicodeDecodeError: 'utf8' codec can't decode byte 0x92 in position 42: invalid start byte

Attached is the debug journal.

Thank you in advance for your assistance.

Kind regards.

Attached Files
File Type: txt calibre Journal de débogage.txt (9.2 KB)

Kobo/Calibre password in the clear issue

$
0
0
I realize that the Kobo beta web browser is a barebones thing and doesn't do popup windows, but as many people have discovered here who password protect their Calibre library, because of this, the Kobo browser never prompts for the username and password.

The best solution offered so far is to either disable authorization or use this URL:

http://username:password@myserver.com:8881/mobile

However, that puts my username and password in the clear for any wifi sniffer or network analyzer, never mind anybody picking up my Kobo and seeing the info in the URL field. Even if I'm mistaken about the security issues, is there a way to configure the Calibre server to offer a login page instead of a login popup window? If not, how do I go about requesting such a feature? Thanks.

~Dˢ

Device name in Calibre

$
0
0
Hi all!

I have a Kindle Oasis 2 and have recently bought an Oasis 3 to take the overflow of my 9GB eBook collection.

I've renamed the devices as far as Windows is concerned but Calibre sees both devices simply as "Amazon Kindle"

Is there any way Calibre can be made to differentiate between the two?

Thanks in advance.

Papa

Kindle book cover thumbnails disappearing

$
0
0
Uploaded my kfx files (converted epubs) with Calibre send-to-device to my new Oasis (2019). The cover art thumbnails on the home screen briefly appeared correctly but almost instantly vanished and replaced by the default blank cover. The kfx files had previously been uploaded to my old Paperwhite (2018) with working cover art thumbnails; but I tested again today and it's now showing the same behaviour as the Oasis. The last time I successfully added a book to the Paperwhite must have been within the last two months, has there been a kindle software update since then?
Looking at the system/thumbnails directory, Calibre is creating a correct image, but after ejecting the kindle and re-plugging-in, the same thumbnail file has been replaced by the 'no image found' amazon thumbnail. If I understand correctly, normally the kindle asks amazon servers for artwork for a sideloaded book, so presumably it is now doing this regardless of the presence of art in the thumbnails folder?
[update] Just checked, when Airplane mode is on, the cover art remains; as soon as airplane mode is turned off, the cover art disappears.

I can work around by replacing the 'no image found' thumbnail with the cover art (using save cover to disk) on re-plugging-in, but I need to note which thumbnail goes with which book before I eject!

[Pocketbook][epub2][Metadata] Attributes order

$
0
0
Hello! I haven't find anything searching, so I'm writing this post.

In short: sometimes Calibre adds the Series metadata to ePub2 files as

Code:

  <meta content="Series Title" name="calibre:series"/>
  <meta content="1.0" name="calibre:series_index"/>

instead of
Code:

  <meta name="calibre:series" content="Series Title"/>
  <meta name="calibre:series_index" content="1.0"/>


This makes the Series metadata of the affected books be unable to be read by Pocketbook devices.

As I haven't yet managed to find the trigger, and since apparently this is a very old issue Pocketbook never bothered to deal with, there is a way to force Calibre to write the Nema attribute first and the Content attribute next?

Thanks you for the attention.

Update Advice for Calibre AppImage?

$
0
0
I have very limited space on my laptop running linux mint, so I try to keep as much on portable storage as possible. Thus, I'm using an appimage of Calibre 3.18 on an SD card. (The calibre library it connects to is also on that SD card.)

Any suggestions for how best to update it to 4.16.0? I have no coding background, so I don't understand what would happen if I copied the binary install code shown on the downloads page when I have such a weird setup. Does it matter?

Calibre for OS X High Sierra?

$
0
0
The OS is not even 3 years old - no support for the latest version of Calibre?
Viewing all 3330 articles
Browse latest View live