MerginMaps / qgis-plugin

QGIS plugin for managing Mergin Maps projects
GNU General Public License v3.0
32 stars 13 forks source link

Failed to download project due to an unhandled exception. #578

Open sfernandesgmbp opened 3 months ago

sfernandesgmbp commented 3 months ago

Could be other issues but QGIS version is on 3.28.12 and was used 2 weeks prior. Anyone else having this issue?

wonder-sk commented 2 months ago

@sfernandesgmbp do you have any further details about the error?

drekseimertutje commented 2 months ago

In QGIS 3.22.14 error while downloading project from Browser panel. I had a project with the same name opened. When I restarted QGIS without a project opened, tried again to download and then the download succeeded.

Traceback (most recent call last):

File "C:\Users/****/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\sync_dialog.py", line 135, in download_timer_tick is_running = download_project_is_running(self.job)

File "C:\Users/****/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Mergin\mergin\client_pull.py", line 203, in download_project_is_running "Error while downloading project: " + "".join(traceback.format_exception(future.exception()))

TypeError: format_exception() missing 2 required positional arguments: 'value' and 'tb'