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
While launching the 5th step within this link, I got an error like
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: