tindy2013 / subconverter

Utility to convert between various subscription format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] 程序执行时存在一个不影响运行的报错

fxzxmicah opened this issue · comments

确认版本最新

  • 我已经确认在最新Action编译的版本中复现

检索issue

  • 我已经确认之前没有issue涉及此BUG

subconverter版本

0.8.1

转换过程

raw到Clash?

转换设置

如果需要,之后提供

复现步骤

使用-g模式进行本地配置转换时

期望结果

无报错

实际结果

存在一个报错,但是不影响程序运行

错误信息

2024/03/08 Fri 10:39:01.935271 [1603 10884376][DEBG] [error] toml::parse_key: an invalid key appeared.
 --> pref.ini
   |
 2 | ;API mode, set to true to prevent loading local subscriptions or serving local files directly
   | ^--- is not a valid key
   |
Hint: bare keys  : non-empty strings composed only of [A-Za-z0-9_-].
Hint: quoted keys: same as "basic strings" or 'literal strings'.
Hint: dotted keys: sequence of bare or quoted keys joined with a dot.