From 87ac7d7f9af49c6f1cccdcd407c001873131d409 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 15 Oct 2025 07:09:04 +1100 Subject: [PATCH] Fix YouTube API guide URL and message about VRCVideoCacher --- Dotnet/LogWatcher.cs | 4 ++-- src/views/Settings/dialogs/YouTubeApiDialog.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dotnet/LogWatcher.cs b/Dotnet/LogWatcher.cs index 7c3b43ff..505ab634 100644 --- a/Dotnet/LogWatcher.cs +++ b/Dotnet/LogWatcher.cs @@ -631,8 +631,8 @@ namespace VRCX // 2024.07.31 23:04:15 Error - [AVProVideo] Error: Loading failed. File not found, codec not supported, video resolution too high or insufficient system resources. // 2025.05.04 22:38:12 Error - Attempted to play an untrusted URL (Domain: localhost) that is not allowlisted for public instances. If this URL is needed for the world to work, the domain needs to be added to the world's Video Player Allowed Domains list on the website. - const string youtubeBotError = "Sign in to confirm you’re not a bot"; - const string youtubeBotErrorFixUrl = "[VRCX]: We've made a program to help with this error, you can grab it from here: https://github.com/EllyVR/VRCVideoCacher"; + const string youtubeBotError = "Sign in to confirm"; + const string youtubeBotErrorFixUrl = "[VRCX] Fix error with this: https://github.com/EllyVR/VRCVideoCacher"; if (line.Contains("[Video Playback] ERROR: ")) { diff --git a/src/views/Settings/dialogs/YouTubeApiDialog.vue b/src/views/Settings/dialogs/YouTubeApiDialog.vue index ed381310..8491926b 100644 --- a/src/views/Settings/dialogs/YouTubeApiDialog.vue +++ b/src/views/Settings/dialogs/YouTubeApiDialog.vue @@ -18,7 +18,7 @@