Skip to content
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

Issues with Syncing and Downloading Workspaces #605

Open
RobertHealy opened this issue Aug 10, 2024 · 0 comments
Open

Issues with Syncing and Downloading Workspaces #605

RobertHealy opened this issue Aug 10, 2024 · 0 comments

Comments

@RobertHealy
Copy link

I have had repeated issues syncing and downloading a particular workspace. The sync will start and get to 100%, then fail. One warning referenced something to do with replacing a sqlite db.

Subsequently, i have tried uninstalling and reinstalling mergin, as well as attempting to use a different computer....below is the warning i got once i tried downloading a cloned version to a different machine (the same message that i got on the other computer).....

Traceback (most recent call last):

File "C:\Users/rhealy/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\sync_dialog.py", line 150, in download_timer_tick
download_project_finalize(self.job)

File "C:\Users/rhealy/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_pull.py", line 239, in download_project_finalize
task.apply(job.directory, job.mp)

File "C:\Users/rhealy/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_pull.py", line 291, in apply
mp.geodiff.make_copy_sqlite(mp.fpath(self.file_path), mp.fpath_meta(self.file_path))

File "C:\Users/rhealy/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\deps\pygeodiff\main.py", line 255, in make_copy_sqlite
return self.clib.make_copy_sqlite(src, dst)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users/rhealy/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\deps\pygeodiff\geodifflib.py", line 440, in make_copy_sqlite
_parse_return_code(res, "make_copy_sqlite")

File "C:\Users/rhealy/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\deps\pygeodiff\geodifflib.py", line 45, in _parse_return_code
raise GeoDiffLibError(msg)

Mergin.mergin.deps.pygeodiff.geodifflib.GeoDiffLibError: make_copy_sqlite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant