View Single Post
Old 02-07-2022, 07:46 PM   #1
DarkRookie2
Member
DarkRookie2 began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Oct 2019
Device: None
Can't send large books to Sage over the network

I have a new Sage and have install KOReader on it.
Been trying to send books to it wirelessly.
But it fails on anything over about 20MBs.

I even went to the device options and check the box for Ignore device free space, and still am having issues.

Below are the logs from 3 jobs I did.
Code:
There is insufficient free space in main memory

Traceback (most recent call last):
  File "/usr/lib64/calibre/calibre/gui2/device.py", line 87, in run
    self.result = self.func(*self.args, **self.kwargs)
  File "/usr/lib64/calibre/calibre/gui2/device.py", line 592, in _upload_books
    return self.device.upload_books(files, names, on_card,
  File "/usr/lib64/calibre/calibre/devices/smart_device_app/driver.py", line 58, in _synchronizer
    return func(self, *args, **kwargs)
  File "/usr/lib64/calibre/calibre/devices/smart_device_app/driver.py", line 1489, in upload_books
    sanity_check(on_card='', files=files, card_prefixes=[],
  File "/usr/lib64/calibre/calibre/devices/utils.py", line 34, in sanity_check
    raise FreeSpaceError(_("There is insufficient free space in main memory"))
calibre.devices.errors.FreeSpaceError: There is insufficient free space in main memory


There is insufficient free space in main memory

Traceback (most recent call last):
  File "/usr/lib64/calibre/calibre/gui2/device.py", line 87, in run
    self.result = self.func(*self.args, **self.kwargs)
  File "/usr/lib64/calibre/calibre/gui2/device.py", line 592, in _upload_books
    return self.device.upload_books(files, names, on_card,
  File "/usr/lib64/calibre/calibre/devices/smart_device_app/driver.py", line 58, in _synchronizer
    return func(self, *args, **kwargs)
  File "/usr/lib64/calibre/calibre/devices/smart_device_app/driver.py", line 1489, in upload_books
    sanity_check(on_card='', files=files, card_prefixes=[],
  File "/usr/lib64/calibre/calibre/devices/utils.py", line 34, in sanity_check
    raise FreeSpaceError(_("There is insufficient free space in main memory"))
calibre.devices.errors.FreeSpaceError: There is insufficient free space in main memory


There is insufficient free space in main memory

Traceback (most recent call last):
  File "/usr/lib64/calibre/calibre/gui2/device.py", line 87, in run
    self.result = self.func(*self.args, **self.kwargs)
  File "/usr/lib64/calibre/calibre/gui2/device.py", line 592, in _upload_books
    return self.device.upload_books(files, names, on_card,
  File "/usr/lib64/calibre/calibre/devices/smart_device_app/driver.py", line 58, in _synchronizer
    return func(self, *args, **kwargs)
  File "/usr/lib64/calibre/calibre/devices/smart_device_app/driver.py", line 1489, in upload_books
    sanity_check(on_card='', files=files, card_prefixes=[],
  File "/usr/lib64/calibre/calibre/devices/utils.py", line 34, in sanity_check
    raise FreeSpaceError(_("There is insufficient free space in main memory"))
calibre.devices.errors.FreeSpaceError: There is insufficient free space in main memory
DarkRookie2 is offline   Reply With Quote