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
I'm unable to run dotgit since the last system update. I tried on fresh install also, no luck. I can't figure out where the issue is, did something changed in latest Python?
dotgit update
Traceback (most recent call last):
File "/home/bab1ch/.local/bin/dotgit", line 8, in<module>sys.exit(main())
^^^^^^
File "/home/bab1ch/.local/share/pipx/venvs/dotgit/lib/python3.12/site-packages/dotgit/__main__.py", line 94, in main
'encrypt': EncryptPlugin(
^^^^^^^^^^^^^^
File "/home/bab1ch/.local/share/pipx/venvs/dotgit/lib/python3.12/site-packages/dotgit/plugins/encrypt.py", line 85, in __init__
super().__init__(*args, data_dir=data_dir, **kwargs)
File "/home/bab1ch/.local/share/pipx/venvs/dotgit/lib/python3.12/site-packages/dotgit/plugin.py", line 12, in __init__
self.setup_data()
File "/home/bab1ch/.local/share/pipx/venvs/dotgit/lib/python3.12/site-packages/dotgit/plugins/encrypt.py", line 91, in setup_data
self.hashes = json.load(f)
^^^^^^^^^^^^
File "/usr/lib/python3.12/json/__init__.py", line 293, in load
returnloads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/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)
The text was updated successfully, but these errors were encountered:
I'm unable to run
dotgit
since the last system update. I tried on fresh install also, no luck. I can't figure out where the issue is, did something changed in latest Python?The text was updated successfully, but these errors were encountered: