TimeForANinja / node-ytsr

Do anonymous YouTube search requests.
MIT License
286 stars 66 forks source link

Cannot read properties of undefined (reading 'reelPlayerHeaderRenderer') #188

Closed reply2za closed 1 year ago

reply2za commented 1 year ago

With the latest update I am getting this error.

TypeError: Cannot read properties of undefined (reading 'reelPlayerHeaderRenderer')
    at parseShort (/Users/za/Documents/projects/db-bot/node_modules/ytsr/lib/parseItem.js:357:67)
    at parseItem (/Users/za/Documents/projects/db-bot/node_modules/ytsr/lib/parseItem.js:28:14)
    at /Users/za/Documents/projects/db-bot/node_modules/ytsr/lib/parseItem.js:411:30
    at Array.map (<anonymous>)
    at parseShelf (/Users/za/Documents/projects/db-bot/node_modules/ytsr/lib/parseItem.js:411:21)
    at parseItem (/Users/za/Documents/projects/db-bot/node_modules/ytsr/lib/parseItem.js:32:14)
    at catchAndLogFunc (/Users/za/Documents/projects/db-bot/node_modules/ytsr/lib/parseItem.js:90:12)
    at module.exports (/Users/za/Documents/projects/db-bot/node_modules/ytsr/lib/parseItem.js:113:46)
    at /Users/za/Documents/projects/db-bot/node_modules/ytsr/lib/main.js:53:34
    at Array.map (<anonymous>)

/********************************************************************************************************************************************************************************************************
failed at func parseItem: Cannot read properties of undefined (reading 'reelPlayerHeaderRenderer')
pls post the the files in local_path/node_modules/ytsr/dumps to https://github.com/TimeForANinja/node-ytsr/issues
os: darwin-arm64, node.js: v18.15.0, ytsr: 3.8.1
********************************************************************************************************************************************************************************************************\
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 3.8.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: