Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error wihile building GEODIFF #218

Open
bvl2016 opened this issue Oct 16, 2024 · 1 comment
Open

Error wihile building GEODIFF #218

bvl2016 opened this issue Oct 16, 2024 · 1 comment

Comments

@bvl2016
Copy link

bvl2016 commented Oct 16, 2024

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
Copy link

ValentinBuira commented Oct 18, 2024

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

@ValentinBuira ValentinBuira transferred this issue from MerginMaps/qgis-plugin Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants