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
in my company we started to adopt Vorta with the bootstrapping feature I implemented some time ago.
I made a mistake when implementing the bootstrapping by not handling malformed JSON very well.
Steps to reproduce:
Close Vorta if opened.
Plase a file containing garbled JSON like } in ~/.vorta-init.json
Start Vorta.
What should happen is that the user is at least notified of the failed import attempt. Also the program should still be usable by simply skipping the profile import on error.
What actually happens is nothing visible. There is a stacktrace logged to console, but this does not help the average user. And then Vorta terminates.
I have already something ready and will make a PR shortly.
The text was updated successfully, but these errors were encountered:
Hi,
in my company we started to adopt Vorta with the bootstrapping feature I implemented some time ago.
I made a mistake when implementing the bootstrapping by not handling malformed JSON very well.
Steps to reproduce:
}
in ~/.vorta-init.jsonWhat should happen is that the user is at least notified of the failed import attempt. Also the program should still be usable by simply skipping the profile import on error.
What actually happens is nothing visible. There is a stacktrace logged to console, but this does not help the average user. And then Vorta terminates.
I have already something ready and will make a PR shortly.
The text was updated successfully, but these errors were encountered: