tegon / traktflix

Trakt.tv + Netflix = :heart:
https://tegon.github.io/traktflix
MIT License
403 stars 45 forks source link

History sync shows various errors in JS console #156

Open alexanderadam opened 3 years ago

alexanderadam commented 3 years ago

TypeError: Cannot read property '0' of undefined
at t.value (history-sync.js:39)

api.themoviedb.org/3/tv/43078/season/5/episode/2/images?api_key=…:1 Failed to load resource: the server responded with a status of 404 ()
history-sync.js:39 Uncaught (in promise) TypeError: Cannot read property '0' of undefined at t.value (history-sync.js:39)

And the cause of the Cannot read property '0' of undefined at t.value (history-sync.js:39) issue seems to be in this line:

var t = e["show" === this.props.item.type ? "stills" : "posters"][0];

This happens on Google Chrome 86.0.4240.183.