-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
To reproduce I confirmed this behavior using the official examples provided in the repository, as well as in my own project.
- Run the official browser example (kira or googlevideo example).
- Load any video.
- Check console for type mismatch warning
- Playback will stall after the first segment batch.
Failure Logs
[YOUTUBEJS][Parser]: Error: Type mismatch, got ListItemView expected MenuServiceItem | MenuServiceItemDownload.
at ERROR_HANDLER (youtubei__js_web.js?v=95515d63:27061:30)
at Object.parseItem (youtubei__js_web.js?v=95515d63:27397:13)
at new MenuFlexibleItem (youtubei__js_web.js?v=95515d63:15829:37)
at parseItem (youtubei__js_web.js?v=95515d63:27415:22)
at Object.parseArray (youtubei__js_web.js?v=95515d63:27434:22)
at new Menu (youtubei__js_web.js?v=95515d63:15878:42)
at Object.parseItem (youtubei__js_web.js?v=95515d63:27415:22)
at new VideoPrimaryInfo (youtubei__js_web.js?v=95515d63:25577:32)
at parseItem (youtubei__js_web.js?v=95515d63:27415:22)
at Object.parseArray (youtubei__js_web.js?v=95515d63:27434:22)Expected behavior
- The
/nextendpoint should fetch and parse metadata without errors. - Video playback (using SABR adapter) should continue smoothly without stalling.
Current behavior
- Calling
execute('/next')throws a parser error. - Independently, video playback stops/buffers indefinitely. This playback stall happens silently (no specific error logs in the console).
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working