You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error Cannot read property 'map' of undefined in the console when selecting a show without a seasonDetails.genre_ids property, causing an app softlock (the loading animation cannot be dismissed).
Stream Box version: c989568
Full error:
Unhandled Rejection at: Promise Promise {
<rejected> TypeError: Cannot read property 'map' of undefined
at EventEmitter.<anonymous> (C:\[...]\stream-box\index.js:258:35)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
} reason: TypeError: Cannot read property 'map' of undefined
at EventEmitter.<anonymous> (C:\[...]\stream-box\index.js:258:35)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
The text was updated successfully, but these errors were encountered:
Series I encountered this issue with is Disney's Amphibia.
An easy fix would be creating an empty array variable, then wrapping the map function in a try/catch block. Then, when sending the update, send the variable created earlier.
Error
Cannot read property 'map' of undefined
in the console when selecting a show without aseasonDetails.genre_ids
property, causing an app softlock (the loading animation cannot be dismissed).Stream Box version: c989568
Full error:
The text was updated successfully, but these errors were encountered: