| title | Troubleshooting |
|---|---|
| icon | CircleQuestionMark |
| description | Common issues and how to resolve them |
To debug any issues with Pochi, you can check the logs from webview console or vscode output console.
- Open
Developer: Use Webview Developer Toolscommand in VSCode - Go to the Console tab
- Look for error messages related to Pochi
You can configure the log level in VSCode Settings with following snippet
{
"pochi.advanced": {
"webviewLogLevel": "DEBUG" // Set to "DEBUG" to see more detailed logs
},
}- Use
Output: Show Output Channelscommand in VSCode - Select "Pochi" from the dropdown
- Look for error messages or warnings
If you’re experiencing issues with Pochi:
-
Report issues on Github
The best way to report bugs or request features is through our GitHub repository: https://github.com/TabbyML/pochi/issues
-
Join our Discord
For real-time help and community discussion, join our Discord server: https://getpochi.com/discord