kjb085 / MMM-Reddit

Magic Mirror Module for displaying top level content from reddit
34 stars 7 forks source link

Uncaught Error trying to load thumbnail #10

Open bittiez opened 5 years ago

bittiez commented 5 years ago
MMM-Reddit.js:562 Uncaught (in promise) TypeError: Cannot read property 'thumbnail' of undefined
    at Class.createHeadlinetRow (MMM-Reddit.js:562)
    at Class.createPostRow (MMM-Reddit.js:541)
    at postSet.forEach (MMM-Reddit.js:518)
    at Array.forEach (<anonymous>)
    at postSets.forEach (MMM-Reddit.js:515)
    at Array.forEach (<anonymous>)
    at Class.getContentSlider (MMM-Reddit.js:505)
    at Class.getDom (MMM-Reddit.js:405)
    at main.js:110
    at new Promise (<anonymous>)

Using this in the "headlines" mode, not showing any pictures or thumbnails

kjb085 commented 4 years ago

Can you paste your configuration so I can try to replicate the issue