-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Error occurred while getting video URL: 159 | */
160 | exports.playError = player_response => {
161 | const playability = player_response && player_response.playabilityStatus;
162 | if (!playability) return null;
163 | if (['ERROR', 'LOGIN_REQUIRED'].includes(playability.status)) {
164 | return new UnrecoverableError(playability.reason || (playability.messages && playability.messages[0]));
^
error: Sign in to confirm you’re not a bot
at new UnrecoverableError (1:23)
at C:\Users\Rayan\Desktop\StreamBot-main\node_modules@distube\ytdl-core\lib\utils.js:164:12
at C:\Users\Rayan\Desktop\StreamBot-main\node_modules@distube\ytdl-core\lib\info.js:46:25