Skip to content

Error wihile building GEODIFF #218

@bvl2016

Description

@bvl2016

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions