You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurred when function 'getInfo()' was called through 'promise.all()'
Failure Logs
InnertubeError: InfoPanelContent not found!
This is a bug, want to help us fix it? Follow the instructions at https://github.com/LuanRT/YouTube.js/blob/main/docs/updating-the-parser.md or report it at https://github.com/LuanRT/YouTube.js/issues!
at Parser._Parser_printError (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:9592:25)
at Parser.parseItem (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:9459:72)
at Parser.parse (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:9486:29)
at new ItemSection (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:5262:36)
at Parser.parseItem (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:9455:24)
at Parser.parseArray (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:9469:29)
at new TwoColumnWatchNextResults (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:8488:35)
at Parser.parseItem (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:9455:24)
at Parser.parse (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:9496:39)
at Parser.parseResponse (C:\Users\GurumNyang\Documents\Github\drabulyfinder2\node_modules\youtubei.js\bundle\node.cjs:9273:27) {
info: {
inlineLinkIcon: { iconType: 'OPEN_IN_NEW' },
paragraphs: [ [Object] ],
sourceEndpoint: {
clickTrackingParams: 'COoBEMChAhgAIhMIqNzvw8m0_QIVsvJMAh2njQJz',
commandMetadata: [Object],
urlEndpoint: [Object]
},
menu: { menuRenderer: [Object] },
inlineSource: { runs: [Array] },
trackingParams: 'COoBEMChAhgAIhMIqNzvw8m0_QIVsvJMAh2njQJz',
background: 'INFO_PANEL_CONTENT_BACKGROUND_BLUE',
loggingDirectives: {
trackingParams: 'COoBEMChAhgAIhMIqNzvw8m0_QIVsvJMAh2njQJz',
visibility: [Object],
gestures: [Object],
enableDisplayloggerExperiment: true
}
},
date: 2023-02-27T01:42:43.220Z,
version: '3.1.0'
}
Expected behavior
The error log only appears, and there is no problem with the returned data.
Current behavior
Data returned normally after the error log was output
This is attached by json.stringify one of the returned data.
Version
Default
Anything else?
No response
Checklist
I am running the latest version.
I checked the documentation and found no answer.
I have searched the existing issues and made sure this is not a duplicate.
I have provided sufficient information.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
I got error message.
The following error occurred when function 'getInfo()' was called through 'promise.all()'
Failure Logs
Expected behavior
The error log only appears, and there is no problem with the returned data.
Current behavior
Data returned normally after the error log was output
This is attached by json.stringify one of the returned data.
Version
Default
Anything else?
No response
Checklist
The text was updated successfully, but these errors were encountered: