-
Notifications
You must be signed in to change notification settings - Fork 61
Conversation
something aint right with config
✅ Deploy Preview for ubiquibot-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
all commands active
Just ran /start and got a max active on this repo, so idk what it is I've got wrong here as I've pulled fresh from development to debug /ask. |
idk where I'm going wrong. I do know that:
But the bot should be able to run on it's own default config if those other two fail surely? |
It's supposed to be able to do that yes |
export const generateHelpMenu = () => {
let helpMenu = "### Available commands\n```";
const commands = userCommands();
commands.map((command) => { /ask not being displayed in the help table despite looping through all commands despite being in
|
Your code is probably out of date. Pull upstream |
/help |
Available commands
|
I'm up to date otherwise there would be a notification on this pr to update to current commit and my branch is 100% up to date just pulled earlier and double checked right there... wtf |
Not sure what to do here. I can't refork the repo I'd need to delete first and lose my current work. I'm 100% up to date with the current dev branch. I have to figure out setting up an organization to get around the default config issue atm to be able to debug the actual bot. If your help command is showing ask, and your getting rate limited with tokens then it's registering as a command. I noticed during my trials that if I spammed an /ask on two repos before the first had finalized one or both was likely to fail. So it may be a good issue to have raised to create a queue for gpt requests (I'd say to the same api key as that's probs the blocker but likely there will only ever be one api in use for folks) But why it's currently silently failing is beyond me at the minute from what I can see myself. I was certain that it was returning an error or at least logging one for every path, would you be able to check your logs for me pav? Was anything registered at all when invoking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These need to be off by default
I couldn't find logs related to it that's why I filed the issue but I could add you to the Supabase project if you dm me your Supabase account email |
something aint right with config
Resolves #
Quality Assurance: