You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, yesterday I wanted to sync the new project that I created. However, it took a long time trying to sync in the first place (couple of minutes) and after that I received the: failed to sync project due to unhandled exception.
Here are the details
Traceback (most recent call last):
File "C:\Users/JensGoeree/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\sync_dialog.py", line 205, in push_timer_tick
is_running = push_project_is_running(self.job)
File "C:\Users/JensGoeree/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_push.py", line 230, in push_project_is_running
raise future.exception()
File "C:\PROGRA1\QGIS331.4\apps\Python39\lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users/JensGoeree/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_push.py", line 325, in _do_upload
item.upload_blocking(job.mc, job.mp)
File "C:\Users/JensGoeree/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_push.py", line 60, in upload_blocking
with open(self.file_path, "rb") as file_handle:
FileNotFoundError: [Errno 2] No such file or directory: 'X:\GIS\DATA\INTERN\mergin_ecologie\smp2\smp_v2—_deellocaties.gpkg_base2theirs.bin'
Could it be the case that somehow the Mergin plugin installed on my local machine can not find the directory on a shared network?
I use QGIS 3.34.4.
If more info is needed I will gladly provide.
The text was updated successfully, but these errors were encountered:
Hello, yesterday I wanted to sync the new project that I created. However, it took a long time trying to sync in the first place (couple of minutes) and after that I received the: failed to sync project due to unhandled exception.
Here are the details
Traceback (most recent call last):
File "C:\Users/JensGoeree/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\sync_dialog.py", line 205, in push_timer_tick
is_running = push_project_is_running(self.job)
File "C:\Users/JensGoeree/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_push.py", line 230, in push_project_is_running
raise future.exception()
File "C:\PROGRA
1\QGIS331.4\apps\Python39\lib\concurrent\futures\thread.py", line 58, in runresult = self.fn(*self.args, **self.kwargs)
File "C:\Users/JensGoeree/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_push.py", line 325, in _do_upload
item.upload_blocking(job.mc, job.mp)
File "C:\Users/JensGoeree/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_push.py", line 60, in upload_blocking
with open(self.file_path, "rb") as file_handle:
FileNotFoundError: [Errno 2] No such file or directory: 'X:\GIS\DATA\INTERN\mergin_ecologie\smp2\smp_v2—_deellocaties.gpkg_base2theirs.bin'
Could it be the case that somehow the Mergin plugin installed on my local machine can not find the directory on a shared network?
I use QGIS 3.34.4.
If more info is needed I will gladly provide.
The text was updated successfully, but these errors were encountered: