innightwolfsleep / text-generation-webui-telegram_bot

LLM telegram bot
MIT License
106 stars 20 forks source link

:Cant find user_rules_file_path: extensions\telegram_bot\configs\telegram_user_rules.json #170

Closed Delcos closed 1 year ago

Delcos commented 1 year ago

Unable to run in extension mode. It always ends in: 2023-11-11 13:09:12 ERROR:Cant find generator_params_file 2023-11-11 13:09:12 ERROR:Cant find user_rules_file_path: extensions\telegram_bot\configs\telegram_user_rules.json Tried on two machines and fresh install.

innightwolfsleep commented 1 year ago

Just reinstaled text-generation-webui and reinstaled telegram bot... Finded and fixed a bug related to generation parameters, but there is no bug like yours.

Seems, you have a problem with path. Perhaps, you put bot extension in wrong dir? Check where telegram_user_rules.json placed in your code?

Harrisoned commented 1 year ago

I suppose it's related to https://github.com/innightwolfsleep/text-generation-webui-telegram_bot/issues/176.

innightwolfsleep commented 1 year ago

added normpath #180