novel-rs / cli

A set of tools for downloading novels from the web, manipulating text, and generating EPUB
Apache License 2.0
51 stars 10 forks source link

Crashing after update #164

Closed FisheadInLukeWarmWater closed 1 month ago

FisheadInLukeWarmWater commented 1 month ago

Just updated to ver 0.7.7 today and for some reason it's giving me this The application panicked (crashed). Message: Decryption of encrypted content is not supported Location: C:\Users\runneradmin.cargo\registry\src\index.crates.io-6f17d22bba15001f\novel-api-0.10.7\src\sfacg\mod.rs:262 Screenshot 2024-05-24 203420

a464679590 commented 1 month ago

me too,not only you

a464679590 commented 1 month ago

I am now using an old version to download and text encryption appears.Have you ever had this problem?It seems to be sfacg newly added text encryption

FisheadInLukeWarmWater commented 1 month ago

I tried to go back to the old version I was using, which was 0.5.0. I didn't get anything that mentioned text encryption but a new error. sa

FisheadInLukeWarmWater commented 1 month ago

I am now using an old version to download and text encryption appears.Have you ever had this problem?It seems to be sfacg newly added text encryption

Just my thoughts as I have no idea how this stuff works but I downloaded something right before doing the update on ver 0.5.0 and it went just fine without error so I don't think sfacg did anything but I could be wrong.

a464679590 commented 1 month ago

I'm also having trouble with text encryption.Unencrypted content should be previously cached.

a464679590 commented 1 month ago

I've tested it with multiple accounts and downloaded encrypted text.I'm not sure how to solve this problem. We may have to wait for the author to update this tool.

a464679590 commented 1 month ago

Encrypted text has been around since today and not yesterday.

a464679590 commented 1 month ago

Do you have a solution to the text encryption problem

FisheadInLukeWarmWater commented 1 month ago

I do not. I have no idea why mine doesn't show an encryption problem.

TerakomariGandesblood commented 1 month ago

I tried to go back to the old version I was using, which was 0.5.0. I didn't get anything that mentioned text encryption but a new error. sa

This is due to incompatibility between the old and new versions of the database and configuration files, and the fact that the old version does not have the ability to handle this error.

FisheadInLukeWarmWater commented 1 month ago

So it's all an error with the decryption process? Can I do something to fix it or is it some new things sfacg implemented.

TerakomariGandesblood commented 1 month ago

So it's all an error with the decryption process? Can I do something to fix it or is it some new things sfacg implemented.

Yes. Text encryption I'm close to solving, easier than I thought, will release later!

TerakomariGandesblood commented 1 month ago

Resolved