hitchao / Jvedio

Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片,Window 桌面端流畅美观的应用软件
https://hitchao.github.io/JvedioWebPage/
GNU General Public License v3.0
2.37k stars 264 forks source link

搜索演员名字后筛选, 程序崩溃 #399

Open jasmineamber opened 6 months ago

jasmineamber commented 6 months ago

反馈

描述:

在所有视频中先搜索演员名字, 然后设置任意筛选条件, 点击应用, 程序崩溃

日志文件:

code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error no such column: ActorName 在 System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain) 在 System.Data.SQLite.SQLiteCommand.BuildNextCommand() 在 System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) 在 System.Data.SQLite.SQLiteDataReader.NextResult() 在 System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) 在 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) 在 System.Data.SQLite.SQLiteCommand.ExecuteReader() 在 SuperUtils.Framework.ORM.Mapper.SqliteMapper1.SelectCount(String sql) 在 Jvedio.Mapper.BaseMapper.BaseMapper1.SelectCount(String sql) 在 Jvedio.Core.UserControls.ViewModels.VieModel_VideoList.