-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
[BUG] Cannot read properties of undefined (reading 'match') #2988
Comments
This generates errors in logs:
|
Seems like there was some proto generation changed in 10.0.4 -> 10.0.5 of youtubei.js dependency: LuanRT/YouTube.js@94bc596 Then two weeks ago in 8979b7a it looks to me like @moisout somehow used code from those generated files, but the code does not seem to be exported by the dependency. I have no idea how this crazy ts/js build world works, but I'll dig on to see if I can get to the root problem here. Also later in 44606cf some fixes were made to import stuff at runtime. |
@gareins Thanks a lot for your reply!!! |
I have now managed to reproduce this. I had removed the code changes in last two commits and comments on videos now load and I get this same match error. Just to paste the whole error from the instance:
Will look into it now. |
Describe the Bug
When search somethig the error "Cannot read properties of undefined (reading 'match')" appear.
I have see that chosing in filter some value make the search working again
Steps to Reproduce the Bug
Expected Behaviour
Should search using some predefined filter, example all
Screenshot/Screen recording
Device Info
Additional Context
The text was updated successfully, but these errors were encountered: