-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13dcd76
commit 5e7a45a
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -408,11 +408,9 @@ pub async fn health_check(State(state): State<Arc<AppState>>) -> JsonResponse<He | |
format!("Some systems are not functioning properly. Frame status: {}, Audio status: {}", frame_status, audio_status), | ||
Some("If you're experiencing issues, please try the following steps:\n\ | ||
1. Restart the application.\n\ | ||
2. If using a desktop app, reset your Screenpipe OS permissions.\n\ | ||
3. Check your system's audio and video input devices.\n\ | ||
4. Ensure you have granted necessary permissions to the application.\n\ | ||
5. If the problem persists, please contact support with the details of this health check at [email protected].\n\ | ||
6. Last, here are some FAQ to help you troubleshoot: https://github.com/louis030195/screen-pipe/blob/main/content/docs/NOTES.md".to_string()) | ||
2. If using a desktop app, reset your Screenpipe OS audio/screen recording permissions.\n\ | ||
3. If the problem persists, please contact support with the details of this health check at [email protected].\n\ | ||
4. Last, here are some FAQ to help you troubleshoot: https://github.com/louis030195/screen-pipe/blob/main/content/docs/NOTES.md".to_string()) | ||
) | ||
}; | ||
|
||
|