cosmocode / dokuwiki-plugin-aichat

Chat with a LLM about your DokuWiki contents
https://www.dokuwiki.org/plugin:aichat
GNU General Public License v2.0
13 stars 1 forks source link

Unable to run CLI command afer upgrade plugin to newest version on Kaos 6a #17

Open macin opened 3 weeks ago

macin commented 3 weeks ago

Issue Description

Hi, I just upgraded the AI Chat plugin to latest version. After this, CLI stopped working with the following error

image

Any ideas how to fix this?

macin commented 3 weeks ago

I found this is related to this new addition in latest update: https://github.com/cosmocode/dokuwiki-plugin-aichat/commit/e1251882372557ff3ce8f12d253df8d66390690e

Do I need to do any adjustments on my side? Couldn't find anything in the docs What would be the impact if I comment this out: auth_setup();

ImhotepDE commented 2 days ago

I have exactly the same problem. It comes after I have initialized.

Is there a solution?

macin commented 2 days ago

I have commented out the auth_setup(); line as I think, based on the commit description, this change does not affect me. After that it works back again. But still waiting for the confirmation from the author .