MerginMaps / geodiff

Library for handling diffs for geospatial data
https://merginmaps.com
MIT License
150 stars 17 forks source link

Error wihile building GEODIFF #218

Open bvl2016 opened 1 week ago

bvl2016 commented 1 week ago

Hello,

I follow the installation from the https://github.com/MerginMaps/db-sync/blob/master/docs/install.md.

While launching the 5th step within this link, I got an error like


Image


Even though, I see a message like "compilation terminated." and I continue to add feature within my Mergin Project in QGIS.

While I launched the synchronization tools, it shows me an error like


Traceback (most recent call last):

File "/home/xx/.local/share/QGIS/QGIS3/profiles/default/python/plugins/Mergin/sync_dialog.py", line 220, in push_timer_tick push_project_finalize(self.job)

File "/home/xx/.local/share/QGIS/QGIS3/profiles/default/python/plugins/Mergin/mergin/client_push.py", line 268, in push_project_finalize resp = job.mc.post("/v1/project/push/finish/%s" % job.transaction_id)

File "/home/xx/.local/share/QGIS/QGIS3/profiles/default/python/plugins/Mergin/mergin/client.py", line 238, in post return self._do_request(request)

File "/home/xx/.local/share/QGIS/QGIS3/profiles/default/python/plugins/Mergin/mergin/client.py", line 195, in wrapper return f(self, *args)

File "/home/xx/.local/share/QGIS/QGIS3/profiles/default/python/plugins/Mergin/mergin/client.py", line 208, in _do_request server_response = json.load(e)

File "/usr/lib/python3.8/json/init.py", line 293, in load return loads(fp.read(),

File "/usr/lib/python3.8/json/init.py", line 357, in loads return _default_decoder.decode(s)

File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end())

File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)


PS : I choose to initialise the sync from Mergin Maps project .

Thank you.

Baovola

ValentinBuira commented 1 week ago

I transfer this to the geodiff, but I will have a look