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
An entire synchronization crashes when trying to 1 synch file with a problematic name. Deleting the file on the server side allowed the merge to finish.
Filename was generated by the App using dynamic file names. (Field worker presumably entered data into the wrong field with question marks included)
Traceback (most recent call last):
File "C:\Users//AppData/Roaming/QGIS/QGIS3\profiles\mergin_official/python/plugins\Mergin\sync_dialog.py", line 275, in pull_timer_tick
is_running = pull_project_is_running(self.job)
File "C:\Users//AppData/Roaming/QGIS/QGIS3\profiles\mergin_official/python/plugins\Mergin\mergin\client_pull.py", line 527, in pull_project_is_running
raise future.exception()
File "C:\PROGRA~1\QGIS32~1.11\apps\Python39\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users/bfulcher/AppData/Roaming/QGIS/QGIS3\profiles\mergin_official/python/plugins\Mergin\mergin\client_pull.py", line 95, in _do_download
item.download_blocking(mc, mp, project_path)
File "C:\Users//AppData/Roaming/QGIS/QGIS3\profiles\mergin_official/python/plugins\Mergin\mergin\client_pull.py", line 324, in download_blocking
save_to_file(resp, self.download_file_path)
File "C:\Users//AppData/Roaming/QGIS/QGIS3\profiles\mergin_official/python/plugins\Mergin\mergin\utils.py", line 39, in save_to_file
with open(path, "wb") as output:
OSError: [Errno 22] Invalid argument: 'G:\\GIS Data\\QGIS\\Mergin\\Projects\\Mergin_Cloud\\Pole_Audit\\.mergin\\fetch_v90-v93\\pole_CA? CC? Install E3-10. _eister_T1_03_2024-08-14.jpg.0'
The text was updated successfully, but these errors were encountered:
An entire synchronization crashes when trying to 1 synch file with a problematic name. Deleting the file on the server side allowed the merge to finish.
Filename was generated by the App using dynamic file names. (Field worker presumably entered data into the wrong field with question marks included)
The text was updated successfully, but these errors were encountered: