aaif-goose--goose
8a21a212f8
Deploy Documentation / deploy (push) Has been cancelled
Canary / build-cli (push) Has been skipped
Canary / Upload Install Script (push) Has been skipped
Canary / bundle-desktop (push) Has been skipped
Canary / bundle-desktop-intel (push) Has been skipped
Canary / bundle-desktop-linux (push) Has been skipped
Canary / bundle-desktop-windows (push) Has been skipped
Canary / bundle-desktop-windows-cuda (push) Has been skipped
Canary / Release (push) Has been skipped
Cargo Deny / deny (push) Has been skipped
Unused Dependencies / machete (push) Has been skipped
Canary / Prepare Version (push) Failing after 1s
Live Provider Tests / check-fork (push) Failing after 0s
Create Minor Release PR / check-version-bump-pr (push) Has been skipped
Publish Ask AI Bot Docker Image / docker (push) Failing after 1s
Live Provider Tests / changes (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Has been skipped
Publish Docker Image / docker (push) Failing after 1s
CI / changes (push) Failing after 8s
Create Minor Release PR / release (push) Has been skipped
Live Provider Tests / Smoke Tests (push) Has been cancelled
Live Provider Tests / Smoke Tests (Code Execution) (push) Has been cancelled
Live Provider Tests / Compaction Tests (push) Has been cancelled
CI / Build Rust Project on Windows (push) Has been cancelled
Live Provider Tests / Build Binary (push) Has been cancelled
CI / Lint Rust Code (push) Has been cancelled
CI / Check Generated Schemas are Up-to-Date (push) Has been cancelled
CI / Test and Lint Electron Desktop App (push) Has been cancelled
CI / Check Rust Code Format (push) Has been cancelled
CI / Build and Test Rust Project (push) Has been cancelled
CI / Check MSRV (push) Has been cancelled
56 行
2.3 KiB
Plaintext
56 行
2.3 KiB
Plaintext
---
|
|
title: Troubleshooting
|
|
hide_title: true
|
|
description: Get help, report issues, and troubleshoot common problems with goose.
|
|
---
|
|
|
|
import Card from '@site/src/components/Card';
|
|
import styles from '@site/src/components/Card/styles.module.css';
|
|
|
|
<h1 className={styles.pageTitle}>Troubleshooting</h1>
|
|
<p className={styles.pageDescription}>
|
|
Get help when you need it, report bugs, request features, and find solutions to common issues. goose provides built-in diagnostics and direct links to our support channels.
|
|
</p>
|
|
|
|
<div className={styles.categorySection}>
|
|
<h2 className={styles.categoryTitle}>🛠️ Getting Help</h2>
|
|
<div className={styles.cardGrid}>
|
|
<Card
|
|
title="Diagnostics and Reporting"
|
|
description="Use built-in diagnostics, report bugs, and request new features. Includes step-by-step guides for generating troubleshooting data."
|
|
link="/docs/troubleshooting/diagnostics-and-reporting"
|
|
/>
|
|
<Card
|
|
title="Debug Desktop Startup Failures"
|
|
description="Find the desktop startup diagnostics log, understand the key fields, and attach the right artifacts when goose fails before the backend becomes ready."
|
|
link="/docs/troubleshooting/desktop-startup-debugging"
|
|
/>
|
|
<Card
|
|
title="Known Issues"
|
|
description="Comprehensive troubleshooting guide covering common problems, error messages, and platform-specific issues with step-by-step solutions."
|
|
link="/docs/troubleshooting/known-issues"
|
|
/>
|
|
<Card
|
|
title="Logs"
|
|
description="Learn how to access and interpret goose session logs and system logs for debugging and troubleshooting purposes."
|
|
link="/docs/guides/logs"
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
<div className={styles.categorySection}>
|
|
<h2 className={styles.categoryTitle}>💬 Community Support</h2>
|
|
<div className={styles.cardGrid}>
|
|
<Card
|
|
title="Discord Community"
|
|
description="Join our active Discord server for real-time help, discussions, and community support from goose users and maintainers."
|
|
link="https://discord.gg/goose-oss"
|
|
/>
|
|
<Card
|
|
title="GitHub Issues"
|
|
description="Browse existing issues, contribute to discussions, or create new bug reports and feature requests on our GitHub repository."
|
|
link="https://github.com/aaif-goose/goose/issues"
|
|
/>
|
|
</div>
|
|
</div>
|