ubershmekel / redditp

Convert any reddit page to a presentation or slide show
https://redditp.com
MIT License
261 stars 102 forks source link

Skip v.redd.it posts that don't have a pic.data.media object #88

Closed kiwidrew closed 5 years ago

kiwidrew commented 5 years ago

If we don't skip them, the script will throw a TypeError and everything stops working!

ubershmekel commented 5 years ago

Do you have an example url where this breaks?

kiwidrew commented 5 years ago

Do you have an example url where this breaks?

Sure, it's currently broken when trying to view r/whatcouldgowrong:

Screenshot of TypeError

The TypeError isn't caught inside the addImageSlide function, which results in a completely empty slideshow...