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
Installation source:
I added [email protected]:bit-team/backintime.git as upstream remote and pulled the latest changes with git pull upstream dev
Issue:
When I run ./backintime-qt i get the following errors:
Traceback (most recent call last):
[lines removed]
File "/home/samoore/.pyenv/versions/3.12.6/lib/python3.12/pathlib.py", line 1013, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/samoore/.local/state/backintime.json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
[lines removed]
File "/home/samoore/bit/common/statedata.py", line 70, in last_path
self._state['gui']['mainwindow'][
KeyError: 'last_path'
I then run touch .local/state/backintime.json and the program now runs but when I exit i get:
Traceback (most recent call last):
File "/home/samoore/bit/qt/app.py", line 885, in closeEvent
profile_state.last_path = pathlib.Path(self.path)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/samoore/bit/common/statedata.py", line 70, in last_path
self._state['gui']['mainwindow'][
KeyError: 'last_path'
Aborted (core dumped)
It may be worth noting that I had to edit /common/backintim and /qt/backintime-qt to point to my ven as they were originally pointing to /usr/bin/python3. Perhaps there's some issue with my setup?
Hello,
Installation source:
I added
[email protected]:bit-team/backintime.git
as upstream remote and pulled the latest changes withgit pull upstream dev
Issue:
When I run
./backintime-qt
i get the following errors:I then run
touch .local/state/backintime.json
and the program now runs but when I exit i get:It may be worth noting that I had to edit
/common/backintim
and/qt/backintime-qt
to point to my ven as they were originally pointing to/usr/bin/python3
. Perhaps there's some issue with my setup?Diagnostics:
The text was updated successfully, but these errors were encountered: