There was a problem transferring the selected contents

I haven’t been to able to download any content. Every time i click import i get “There was a problem transferring the selected contents” . “No matching schema found for this database” according to kolibri log. Nothing has been generated in debug.log

INFO 2019-03-15 08:52:41,131 importchannel Downloading data for channel id 1d8f6d84618153c18c695d85074952a7
ERROR 2019-03-15 08:55:23,606 importchannel An error occurred during channel import: No matching schema found for this database
WARNING 2019-03-15 08:55:24,576 base Job b31c74f1e5b34f28aa3d2636dab832b9 raised an exception: Traceback (most recent call last):
File “C:\Python34\lib\site-packages\kolibri\dist\iceqube\worker\backends\inmem.py”, line 75, in handle_finished_future
result = future.result()
File “C:\Python34\lib\concurrent\futures_base.py”, line 395, in result
return self.__get_result()
File “C:\Python34\lib\concurrent\futures_base.py”, line 354, in __get_result
raise self.exception
File “C:\Python34\lib\concurrent\futures\thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “C:\Python34\lib\site-packages\kolibri\dist\iceqube\worker\backends\inmem.py”, line 149, in wrap
raise e
File “C:\Python34\lib\site-packages\kolibri\dist\iceqube\worker\backends\inmem.py”, line 145, in wrap
return f(*args, **kwargs)
File “C:\Python34\lib\site-packages\kolibri\dist\iceqube\common\classes.py”, line 120, in y
return func(*args, **kwargs)
File "C:\Python34\lib\site-packages\kolibri\dist\django\core\management_init
.py", line 131, in call_command
return command.execute(*args, **defaults)
File “C:\Python34\lib\site-packages\kolibri\dist\django\core\management\base.py”, line 330, in execute
output = self.handle(*args, **options)
File “C:\Python34\lib\site-packages\kolibri\core\tasks\management\commands\base.py”, line 99, in handle
return self.handle_async(*args, **options)
File “C:\Python34\lib\site-packages\kolibri\core\content\management\commands\importchannel.py”, line 146, in handle_async
self.download_channel(options[“channel_id”], options[“baseurl”])
File “C:\Python34\lib\site-packages\kolibri\core\content\management\commands\importchannel.py”, line 78, in download_channel
self._transfer(DOWNLOAD_METHOD, channel_id, baseurl)
File “C:\Python34\lib\site-packages\kolibri\core\content\management\commands\importchannel.py”, line 101, in _transfer
finished = self._start_file_transfer(filetransfer, channel_id, dest)
File “C:\Python34\lib\site-packages\kolibri\core\content\management\commands\importchannel.py”, line 136, in _start_file_transfer
retry_import(e, skip_404=False)
File “C:\Python34\lib\site-packages\kolibri\core\content\utils\import_export_content.py”, line 116, in retry_import
raise e
File “C:\Python34\lib\site-packages\kolibri\core\content\management\commands\importchannel.py”, line 120, in _start_file_transfer
import_channel_by_id(channel_id, self.is_cancelled)
File “C:\Python34\lib\site-packages\kolibri\core\content\management\commands\importchannel.py”, line 24, in import_channel_by_id
channel_import.import_channel_from_local_db(channel_id, cancel_check=cancel_check)
File “C:\Python34\lib\site-packages\kolibri\core\content\utils\channel_import.py”, line 673, in import_channel_from_local_db
import_manager = initialize_import_manager(channel_id, cancel_check=cancel_check)
File “C:\Python34\lib\site-packages\kolibri\core\content\utils\channel_import.py”, line 647, in initialize_import_manager
channel_metadata = read_channel_metadata_from_db_file(get_content_database_file_path(channel_id))
File “C:\Python34\lib\site-packages\kolibri\core\content\utils\channels.py”, line 59, in read_channel_metadata_from_db_file
source = Bridge(sqlite_file_path=channeldbpath)
File “C:\Python34\lib\site-packages\kolibri\core\content\utils\sqlalchemybridge.py”, line 222, in init
raise SchemaNotFoundError(‘No matching schema found for this database’)
kolibri.core.content.utils.sqlalchemybridge.SchemaNotFoundError: No matching schema found for this database

WARNING 2019-03-15 08:55:24,711 utils Got an exception running <function Scheduler.start_worker_message_handler.. at 0x0000000007016E18>: No row was found for one()

Hi mathkhan,

Which version of Kolibri were you using and on which OS?

Hi Laura,
Kolibri version 0.11.1 and windows 8

Hi Mathkhan,

Our guess is that this might be a path issue or a disk space issue
(i.e. it’s looking for the content database and is either finding an empty file, or is not finding the file at all (in which case it will ‘invent’ the file)) or a permissions problem.

Can you share how much disk space is remaining on your Windows device?