Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 02-22-2025, 06:05 PM   #1
Ebookus
Digital Grenadier
Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.
 
Ebookus's Avatar
 
Posts: 177
Karma: 1500000
Join Date: Jan 2024
Device: Kindle
error when setting wireless device connection

Hi calibres... every time I try to wirelessly connect koreader to calibre (through wireless device connection), I get this error traceback, I am still able to send books but I am wondering why I keep seeing it and furthermore what can I do to stop it.

Code:
calibre, version 7.24.0 
ERROR: Error: Error communicating with device  'list' object has no attribute 'get_collections'  

Traceback (most recent call last): 
File "calibre/gui2/device.py", line 112, in run 
File "calibre/gui2/device.py", line 596, in _sync_booklists 
File "calibre/devices/smart_device_app/driver.py", line 57, in _synchronizer 
File "calibre/devices/smart_device_app/driver.py", line 1406, in sync_booklists Attribute
Error: 'list' object has no attribute 'get_collections'
Ebookus is offline   Reply With Quote
Old 02-22-2025, 09:45 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,339
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You have customised the driver and specified collections, undo that and you should be fine. @cbhaley will need to comment on why the error happens though.
kovidgoyal is offline   Reply With Quote
Advert
Old 02-23-2025, 06:34 AM   #3
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,440
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
It doesn't fail for me using my test version of Calibre Companion.

To make any progress on this I'll need:
  • What OS and version are you using?
  • If Linux, are you using a distro version or the official calibre binaries?
  • A complete calibre debug log showing the connection from start to end.

One thing you can try is to remove the device booklist cache file in case it has become corrupted. It is named "device_drivers_SMART_DEVICE_APP.py.json" and is located in your calibre configuration folder. The next connect probably will take a while, but might work.
chaley is offline   Reply With Quote
Old 02-23-2025, 07:18 PM   #4
Ebookus
Digital Grenadier
Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.
 
Ebookus's Avatar
 
Posts: 177
Karma: 1500000
Join Date: Jan 2024
Device: Kindle
Quote:
You have customised the driver and specified collections, undo that and you should be fine
I did what? how does one go about undoing that? pardon my ignorance

Quote:
What OS and version are you using?
macOS 15.3 and calibre 7.24

this is what I got from: starting up calibre, turning wireless connection on, connecting my device (after many, many attempts though), and finally ejecting it. Does not seem very verbose though.

Code:
[0.00] Starting up...
[0.04] Showing splash screen...
[1.21] splash screen shown
[1.21] Initializing db...
[1.22] db initialized
[1.22] Constructing main UI...
[1.85] GUI main window shown
[1.93] main UI initialized...
[1.93] Hiding splash screen
[2.02] splash screen hidden
[2.02] Started up in 2.02 seconds with 144 books
Traceback (most recent call last):
  File "calibre/devices/smart_device_app/driver.py", line 650, in _call_client
  File "calibre/devices/smart_device_app/driver.py", line 692, in _receive_from_client
calibre.devices.errors.ControlError: Device responded with incorrect information
Traceback (most recent call last):
  File "calibre/gui2/device.py", line 351, in detect_device
  File "calibre/devices/smart_device_app/driver.py", line 57, in _synchronizer
  File "calibre/devices/smart_device_app/driver.py", line 1052, in open
  File "calibre/devices/smart_device_app/driver.py", line 57, in _synchronizer
  File "calibre/devices/smart_device_app/driver.py", line 650, in _call_client
  File "calibre/devices/smart_device_app/driver.py", line 692, in _receive_from_client
calibre.devices.errors.ControlError: Device responded with incorrect information
'uuid'

Traceback (most recent call last):
  File "calibre/gui2/device.py", line 112, in run
  File "calibre/gui2/device.py", line 566, in _books
  File "calibre/devices/smart_device_app/driver.py", line 57, in _synchronizer
  File "calibre/devices/smart_device_app/driver.py", line 1316, in books
KeyError: 'uuid'

Last edited by Ebookus; 02-27-2025 at 08:42 AM.
Ebookus is offline   Reply With Quote
Old 02-23-2025, 07:37 PM   #5
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,440
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
That log says that koreader is violating the wireless protocol, sending "uuid" when it isn't allowed. You should ask in the koreader forum what to do.
chaley is offline   Reply With Quote
Advert
Old 02-25-2025, 04:23 PM   #6
Ebookus
Digital Grenadier
Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.Ebookus ought to be getting tired of karma fortunes by now.
 
Ebookus's Avatar
 
Posts: 177
Karma: 1500000
Join Date: Jan 2024
Device: Kindle
okay, I opened a ticket in the koreader forum: https://www.mobileread.com/forums/sh...28#post4492728
Ebookus is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
wireless device connection peaceridge Calibre 2 08-30-2020 07:03 PM
General Connection Error on any wireless device connection"Send to device" (Android) Cris B Calibre Companion 0 03-21-2020 09:20 PM
Wireless Device Connection Problem HisLittleOne Calibre Companion 1 12-09-2014 02:53 AM
Cannot start wireless device connection bobbert1234 Calibre 3 06-18-2014 04:10 PM
902 Problems setting up wireless connection gshrtldgMR PocketBook 3 01-03-2012 12:02 PM


All times are GMT -4. The time now is 08:35 AM.


MobileRead.com is a privately owned, operated and funded community.