Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

History sync shows various errors in JS console #156

Open
alexanderadam opened this issue Nov 4, 2020 · 0 comments
Open

History sync shows various errors in JS console #156

alexanderadam opened this issue Nov 4, 2020 · 0 comments

Comments

@alexanderadam
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant