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

[Bug]cannot get bookshelf from sfacg #138

Closed lubuoren closed 2 months ago

lubuoren commented 9 months ago

似乎是小说类型不支持缺失导致的 Log:

PS C:\Users\lubor\Desktop\novel-cli> .\novel-cli.exe bookshelf -s sfacg
✔ 请输入用户名 · 139****9246
✔ 请输入密码 · ********
Error:
   0: error decoding response body: unknown variant `chatNovels`, expected one of `albums`, `comics`, `novels` at line 1 column 5115
   1: unknown variant `chatNovels`, expected one of `albums`, `comics`, `novels` at line 1 column 5115

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
PS C:\Users\lubor\Desktop\novel-cli> .\novel-cli.exe bookshelf -s sfacg
Error:
   0: error decoding response body: unknown variant `chatNovels`, expected one of `albums`, `comics`, `novels` at line 1 column 5115
   1: unknown variant `chatNovels`, expected one of `albums`, `comics`, `novels` at line 1 column 5115

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
lubuoren commented 9 months ago

@TerakomariGandesblood

TerakomariGandesblood commented 9 months ago

@TerakomariGandesblood

已确认,当书架中包含对话小说目录时会出错(当添加对话小说到书架时会自动创建该目录且无法删除)。由于我最近比较忙,将在未来一两周修复。

TerakomariGandesblood commented 2 months ago

It has been fixed