DeSinc / SallyBot

AI Chatbot coded in Discord.net C#
MIT License
299 stars 51 forks source link

"Failed to generate the bucket id for this operation" #24

Closed fennadez closed 1 year ago

fennadez commented 1 year ago

No any problems while runing debug but Sallybot didnt respond anything just online in server

DeSinc commented 1 year ago

what error in sally console? Oobabooga needs to run with --extensions api and --notebook, and you must also remove --cai-chat and --chat flags from the launch .bat file. default API of 7860 does not work correctly, only --extensions api works correctly.

if using Dalai, you need to run npx dalai serve in cmd to run the server, and see "Connected to Dalai server" in sally console. Double check you did every step in the readme (I changed some sections today and in the previous few days)

DeSinc commented 1 year ago

closing because no reply, code definitely works so it's an issue with how they had it configured which may be solved by now

judging by the comment, I would say they did not turn message intents on in the discord dev portal (instructions are at the top of the readme/main github page for sallybot with pictures of where to turn these on in discord dev portal)