vankasteelj / opensubtitles-api

nodejs opensubtitles.org api wrapper for downloading and uploading subtitles in multiple langs
110 stars 33 forks source link

TypeError: Cannot read property 'length' of undefined #59

Open SubJunk opened 3 years ago

SubJunk commented 3 years ago

It seems that https://github.com/vankasteelj/opensubtitles-api/blob/master/index.js#L190 expects the movie hash to be in the response.data object but it's not always there, as I can see in my server logs:

TypeError: Cannot read property 'length' of undefined
    at opensubtitles-api/index.js:190:52