执行convert.exe时报错,报错信息如下:
thread 'main' (19468) panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\zip-7.1.0\src\crc32.rs:51:36: range end index 18446744069414589466 out of range for slice of length 8192 note: run withRUST_BACKTRACE=1environment variable to display a backtrace
可能是在第13560000条时报错。
我本地是windows11,是直接下载的release里面的程序。
我不会rust,本地也没rust环境。希望作者能够修复,拜托了🥺
附上我的配置文件:
`
db = "../db"
index_path = "../index"
index_with_full_text = true
addr = "0.0.0.0:8081"
export_limit = 10000
max_results = 50000
raw_data_path = "../raw_data"
`
执行convert.exe时报错,报错信息如下:
thread 'main' (19468) panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\zip-7.1.0\src\crc32.rs:51:36: range end index 18446744069414589466 out of range for slice of length 8192 note: run withRUST_BACKTRACE=1environment variable to display a backtrace可能是在第13560000条时报错。
我本地是windows11,是直接下载的release里面的程序。
我不会rust,本地也没rust环境。希望作者能够修复,拜托了🥺
附上我的配置文件:
`
db = "../db"
index_path = "../index"
index_with_full_text = true
addr = "0.0.0.0:8081"
export_limit = 10000
max_results = 50000
raw_data_path = "../raw_data"
`