-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't acces my files #37
Comments
@Ogefest I don't have time right now to debug this myself. |
hello @jcuel thank you for reporting this, yep, seems like serious problem and I'll handle this, probably on the weekend. |
I was tried to reproduce the issue today and I'm stuck, the only way this could be happen that I see now is when you messed up with folder paths and somehow use the same folder for encrypted and not encrypted notes. In that case Notepack may try to open *.txt file as plain text but it's encrypted zip with binary content so do nothing (probably throw some exception in background) Could you double check if it's not your case? After this issue I realized that keeping regular extension but background with encrypted zip it wasn't good idea, in some cases make hard to realize about file types and how to handle them. For sure files are possible to unzip with 7zip using the same password like in Notepack, this was one of most important things for me, Notepack will not lock you with app, you can always using other tools have your notes are regular files. |
and could you start application from console? Notepack will print some exceptions if occur during opening those files, this also may be helpful for investigation. |
Hello Team,
Problem Description:
Simply cannot see the content of files under encrypted forlder, files under normal folder work fine.
Steps to reproduce:
Aditional Notes:
The text was updated successfully, but these errors were encountered: