jobobby04 / TachiyomiSY

Free and open source manga reader for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't download when `Password protect downloads` is on

ff546 opened this issue · comments

Steps to reproduce

  1. Set CBZ archive password
  2. Enable Password protect downloads
  3. Try downloading chapter

Expected behavior

Downloads normally with password applied to the cbz archive.

Actual behavior

Gives java.io.FileNotFoundException. But only when Password protect downloads is on. When turned off, it downloads normally but the cbz is of course not encrypted.

Crash logs

logs.txt

Tachiyomi version

1.10.2

Android version

Android 9

Device

Samsung Note 8

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • If this is an issue with an extension, I should be opening an issue in the extension's repository.
  • I have gone through the FAQ and troubleshooting guide.
  • I have updated the app to version 1.10.2.
  • I have updated all installed extensions.
  • I will fill out all of the requested information in this form.

Can you give the latest release/build a try?

Tried 1.10.4, still didn't work 😞

It will be fixed in the next release because of #1084

Btw, what happens to the chapters previously downloaded? They remain unencrypted right?

Is there a way to encrypt them the same way the app does? I can use linux programs if needed.

Is there a way to encrypt them the same way the app does? I can use linux programs if needed.

We use normal zip archive encryption you could use winrar for example to password protect your existing chapters. 7zip should work as well but i never tested it.

@Shamicen that might be true for the standard zip encryption but I was hoping to use the AES 256 one...