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

cannot search novel from ciweimao #141

Closed linyisan closed 8 months ago

TerakomariGandesblood commented 8 months ago

Can you provide more detailed information?

linyisan commented 8 months ago

Can you provide more detailed information?

I type as follow,and it throw an excception

1

TerakomariGandesblood commented 8 months ago

Can you provide more detailed information?

I type as follow,and it throw an excception

1

My guess is that the previous files were not deleted

Since this version starts to use encrypted database, cookie files and config files, you need to manually delete the old files, and the file path can be obtained using novel-cli -V; due to changing the name of the saved password, the previously saved password will become invalid .

linyisan commented 8 months ago

Can you provide more detailed information?

I type as follow,and it throw an excception 1

My guess is that the previous files were not deleted

Since this version starts to use encrypted database, cookie files and config files, you need to manually delete the old files, and the file path can be obtained using novel-cli -V; due to changing the name of the saved password, the previously saved password will become invalid .

After deleting the files in the path as the commond shows, it works.