fent / node-ytdl-core

YouTube video downloader in javascript.
MIT License
4.48k stars 790 forks source link

Inconsistent VideoDetails #958

Open TimeForANinja opened 3 years ago

TimeForANinja commented 3 years ago

After merging https://github.com/fent/node-ytdl-core/pull/938 and https://github.com/fent/node-ytdl-core/pull/946 there are various problems with (mostly) info-extras.js

This is ment as a central tracker for unchecked / broken video details

Known Broken:

Expected to be Broken:

Might be Broken:

Note: Try to keep the discussion in here productive

CrypticMrDark commented 3 years ago

I'm sure there is problem in storyboard

PasinduDushan commented 3 years ago

TypeError: Cannot read property 'title' of null. It was working fine yesterday with new update and suddenly this error came. I think it's because Inconsistent VideoDetails.

efb4f5ff-1298-471a-8973-3d47447115dc commented 3 years ago

TypeError: Cannot read property 'continuationContents' of undefined

This is the error i get when trying to load comments in the Freetube application.

Is it related to the video details?

TimeForANinja commented 3 years ago

TypeError: Cannot read property 'continuationContents' of undefined

This is the error i get when trying to load comments in the Freetube application.

Is it related to the video details?

continuationContents is not used by ytdl-core directly

smironescu commented 3 years ago

Seems that Cannot read property 'storyboards' of undefined is also related to this. On my local machine, is working fine searching for the same video but in production/server is throwing the error mentioned above. All dependencies of ytdl-coreare updated but we are still investing the cause and the inconsistency between server and local.