Skip to content
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

3.1.0 InnertubeError: InfoPanelContent not found! #326

Closed
4 tasks done
gurumnyang opened this issue Feb 27, 2023 · 0 comments · Fixed by #353
Closed
4 tasks done

3.1.0 InnertubeError: InfoPanelContent not found! #326

gurumnyang opened this issue Feb 27, 2023 · 0 comments · Fixed by #353
Labels
bug Something isn't working

Comments

@gurumnyang
Copy link
Contributor

gurumnyang commented Feb 27, 2023

Steps to reproduce

I got error message.

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.
@gurumnyang gurumnyang added the bug Something isn't working label Feb 27, 2023
@LuanRT LuanRT closed this as completed in 4784dfa Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants