mihalea / bitwarden-pyro

Bitwarden python interface built on Rofi, allowing for fast selection and insertion of passwords
MIT License
8 stars 3 forks source link

Initial configuration is not created if ~/.config/bwpyro folder doesn't exist #1

Closed logix2 closed 4 years ago

logix2 commented 4 years ago

If the ~/.config/bwpyro folder doesn't exist, the initial configuration is not automatically created:

$ bwpyro
2019-12-06 13:48:47,524 INFO     - Application has been launched
2019-12-06 13:48:47,524 INFO     - Loading config from /home/logix/.config/bwpyro/config
2019-12-06 13:48:47,525 ERROR    - Failed to initialise application - Failed to copy default config [ConfigException]

After I created the ~/.config/bwpyro, the configuration was successfully created.

mihalea commented 4 years ago

A hotfix has been pushed in version 1.1.2 and is now available for download. The issues should be resolved now.