breuerfelix / jinsta

javascript + instagram + algorithms
MIT License
60 stars 13 forks source link

Ji 49 bot crashes if liked post has been deleted #53

Closed DrRek closed 4 years ago

breuerfelix commented 4 years ago

we cannot catch any exception here and just move on because if the user experience like blocks, the bot has to stop otherwhise it would just continue trying to like pictures (which would make botting waaay more obvious to instagram and maybe they flag the account even more then :))

so we have to check if the exception is from time media deleted and then proceed if the media was deleted, otherwhise exit the process :)