-
Notifications
You must be signed in to change notification settings - Fork 47
Error: This video is unavailable #14
Comments
const streamingData = info.player_response.streamingData; const formats = []; streamingData.adaptiveFormats.map(format => { |
thanks. I hope someone merge it with the master |
Hi @bougarfaoui, Is this issue fixed in the new release? |
The issue seems to persist for me after the update. |
I don't understand whats causing this problem. Are you sure the node ytdl library works with the YouTube video id you're testing? (please send the videoId as well so I can debug with it) |
Hello, thanks for your reply. It happened with every youtube video the last I tried. I had to start using a different streaming service for the videos. |
@umithyo that's strange. Could the issue be with your client-side configurations? Maybe a bad VPN, firewall or proxy setting? |
I'm sorry for the late reply, I have been using a different video service since I had to fix the problem quickly. It might be a clientside issue, I'm not so sure now. All I know is, it has been working without any problems until the last update. |
I'm having the same problem. Surprisingly it only happens when I'm on data. On my home's wifi everything works fine. @umithyo which service are you using now? |
Hello @we-over-i |
Hi thanks for this amazing repo, this library works for some video ids but when I used this id :
GBfJIxe3vyQ
it throws an error.here's the code :
here's the error :
[Error: This video is unavailable]
this video id
GBfJIxe3vyQ
works fine with node-ytdl-core library.Please someone fix this.
The text was updated successfully, but these errors were encountered: