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
{{ message }}
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
After I updated the encryption version from 004 from 003 (https://standardnotes.org/help/security), I started to encounter the following exception when running standardnotes-fs:
Traceback (most recent call last):
File "/Users/raymondyee/.pyenv/versions/myenv/bin/snfs", line 8, in <module>
sys.exit(main())
File "/Users/raymondyee/C/src/my_conda_envs/myenv-3.8.5/.venv/lib/python3.8/site-packages/standardnotes_fs/standardnotes_fs.py", line 205, in main
keys = sn_api.gen_keys(password)
File "/Users/raymondyee/C/src/my_conda_envs/myenv-3.8.5/.venv/lib/python3.8/site-packages/standardnotes_fs/api.py", line 73, in gen_keys
pw_cost = pw_info['pw_cost']
KeyError: 'pw_cost'
Has anyone else run into this problem? I've been running standardnotes-fs with few problems for over a year before today. I'll try to debug and fix this issue.
After I updated the encryption version from
004from003(https://standardnotes.org/help/security), I started to encounter the following exception when runningstandardnotes-fs:Has anyone else run into this problem? I've been running
standardnotes-fswith few problems for over a year before today. I'll try to debug and fix this issue.