We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'substring') at c (github.ts.3aad7e0a.js:96:117) at d (github.ts.3aad7e0a.js:96:1045) at async onClick (github.ts.3aad7e0a.js:96:2910)
Related page:
ai/src/repo-query/pages/chat.tsx
Line 210 in bc44a66
Some errors are not printing the message: like this one:
Line 29 in bc44a66
No response
The text was updated successfully, but these errors were encountered:
This is happening due to the data chunk that we are getting from the API endpoint, I think we need to check the endpoint too.
Related endpoint and query:
fetch("https://opensauced.tools/query", { "headers": { "accept": "*/*", "accept-language": "en,tr-TR;q=0.9,tr;q=0.8,en-US;q=0.7,ar;q=0.6,it;q=0.5", "content-type": "application/json", "sec-ch-ua": "\"Google Chrome\";v=\"119\", \"Chromium\";v=\"119\", \"Not?A_Brand\";v=\"24\"", "sec-ch-ua-mobile": "?0", "sec-ch-ua-platform": "\"Windows\"", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site": "cross-site" }, "referrer": "https://github.com/open-sauced/ai", "referrerPolicy": "no-referrer-when-downgrade", "body": "{\"query\":\"How do I run this locally?\",\"repository\":{\"owner\":\"open-sauced\",\"name\":\"ai\",\"branch\":\"HEAD\"}}", "method": "POST", "mode": "cors", "credentials": "omit" });
Sorry, something went wrong.
🎉 This issue has been resolved in version 1.14.3-beta.2 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
🎉 This issue has been resolved in version 1.15.0 🎉
Successfully merging a pull request may close this issue.
Describe the bug
Related page:
ai/src/repo-query/pages/chat.tsx
Line 210 in bc44a66
Some errors are not printing the message:
like this one:
ai/src/repo-query/pages/chat.tsx
Line 29 in bc44a66
Steps to reproduce
Browsers
No response
Additional context (Is this in dev or production?)
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: