traktflix icon indicating copy to clipboard operation
traktflix copied to clipboard

History sync shows various errors in JS console

Open alexanderadam opened this issue 3 years ago • 0 comments

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.

alexanderadam avatar Nov 04 '20 08:11 alexanderadam