-
Notifications
You must be signed in to change notification settings - Fork 66
fix: address reelPlayerHeaderRenderer when undefined #189
Conversation
Didn't notice the lint issue prior to pushing. I updated the code to prevent the use of the ternary operator "?", which causes the lint error. |
i have to trigger the ci/cd manually for first-time contributors anyway, do you still have the dump-file? |
Sure, these are in the dump folder. I get this error with every query. |
I spent quite some time trying to figure that out. These items are shorts but they are missing some objects in the payload. It appears that youtube has updated the provided data for shorts on a specific page or entry-point. You can see this for yourself with the dump files or by running your unit tests on the original branch. The main difference is that there is no channel information, but all other information can be retrieved (although not always from the same object). I made an update to I also added a A suspicion for the different payload could be whether the |
thanks for the PR |
🎉 This PR is included in version 3.8.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Node-ytsr team.
This update fixes #188.
I noticed that the local tests were also throwing the same error. That is no longer the case after this fix.
closes #188
closes #191