Fix YouTube API guide URL and message about VRCVideoCacher

This commit is contained in:
Natsumi
2025-10-15 07:09:04 +11:00
parent 0871f16db4
commit 87ac7d7f9a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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. // 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. // 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 youre not a bot"; const string youtubeBotError = "Sign in to confirm";
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 youtubeBotErrorFixUrl = "[VRCX] Fix error with this: https://github.com/EllyVR/VRCVideoCacher";
if (line.Contains("[Video Playback] ERROR: ")) if (line.Contains("[Video Playback] ERROR: "))
{ {
@@ -18,7 +18,7 @@
<template #footer> <template #footer>
<div style="display: flex"> <div style="display: flex">
<el-button @click="openExternalLink('https://rapidapi.com/blog/how-to-get-youtube-api-key/')"> <el-button @click="openExternalLink('https://smashballoon.com/doc/youtube-api-key/')">
{{ t('dialog.youtube_api.guide') }} {{ t('dialog.youtube_api.guide') }}
</el-button> </el-button>
<el-button type="primary" style="margin-left: auto" @click="testYouTubeApiKey"> <el-button type="primary" style="margin-left: auto" @click="testYouTubeApiKey">