Troubleshooting
To debug any issues with Pochi, you can check the logs from webview console or vscode output console.
Webview Console
- Open
Developer: Use Webview Developer Tools
command 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
},
}
VSCode Output Console
- Use
Output: Show Output Channels
command in VSCode - Select "Pochi" from the dropdown
- Look for error messages or warnings
Getting help
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: github.com/TabbyML/pochi/issues
-
Join our Discord
For real-time help and community discussion, join our Discord server: https://getpochi.com/discord