Error: This video is unavailable
See original GitHub issueYTDL.getInfo requests failing with the follow error:
at request ([omitted]/node_modules/ytdl-core/lib/info.js:220:16)
at IncomingMessage.res.on ([omitted]/node_modules/miniget/lib/index.js:75:11)
at emitNone (events.js:120:20)
at IncomingMessage.emit (events.js:218:7)
at endReadableNT (_stream_readable.js:1054:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickDomainCallback (internal/process/next_tick.js:218:9)```
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Why Does YouTube Say My Video Is Unavailable?
The third common error message is "This video is currently unavailable." A variety of problems can cause this, but the video itself is...
Read more >Youtube Say This video is not available. How to fix it?
To fix any Youtube common errors including the “This video is not available”, the first thing you can try is to restart the...
Read more >Why Does YouTube Say My Video Is Unavailable? - Azcentral
Why Does YouTube Say My Video Is Unavailable?. If you're finding a YouTube video is unavailable, there are a number of potential causes:...
Read more >How to fix YouTube's “This video is unavailable on this device ...
The video might have copyright issues - due to which YouTube might have removed the video from the platform · You might be...
Read more >YouTube Says this video is unavailable | [Solved] - Device Tricks
How to fix this video is unavailable on YouTube? · Check Your Internet Connectivity · Restart YouTube and your browser · Check the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue can be fixed by remove
fromEmbed ? {} : { el: 'info' }
from https://github.com/fent/node-ytdl-core/blob/master/lib/info.js#L135 Looks like Google has removed this parameter as I get the follow error:still getting error