mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
@@ -399,9 +399,6 @@ speechSynthesis.getVoices();
|
|||||||
}
|
}
|
||||||
throw new Error('401: Missing Credentials');
|
throw new Error('401: Missing Credentials');
|
||||||
}
|
}
|
||||||
if ((status === 503) && (data.error.message === 'endpoint temporarily disabled')) {
|
|
||||||
throw new Error('503: Endpoint temporarily disabled');
|
|
||||||
}
|
|
||||||
if (data.error === Object(data.error)) {
|
if (data.error === Object(data.error)) {
|
||||||
this.$throw(
|
this.$throw(
|
||||||
data.error.status_code || status,
|
data.error.status_code || status,
|
||||||
|
|||||||
Reference in New Issue
Block a user