-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InnertubeError: Something went wrong at VideoDescriptionInfocardsSection! #426
Comments
Just a tip, you don't have to parse the InnerTube response yourself. Simply change that Actually, the library supports fetching any tab from any page, including the channel one. So the entirety of that code could be rewritten as follows: const channel = await innertube.getChannel(channelId);
const videos_tab = await channel.getVideos();
const videoIds = video_tab.videos.map((video) => video.id);
// ... See: https://github.com/LuanRT/YouTube.js#getchannelid |
gotchaa! thank you! |
note! I saw that the VideoDescriptionInfo... one is fixed, there seems to a similar bug at CommentSimpleBox
|
@chen-rn |
Steps to reproduce
i am calling an endpoint to get the user's uploaded videos like follows
Failure Logs
Expected behavior
it seems like everything is functional, but the error said to report to the issue
Current behavior
it's functional
Version
Default
Anything else?
version: '5.2.0'
Checklist
The text was updated successfully, but these errors were encountered: