giulionf / realtweetornotbot

Scans screenshots of tweets on reddit and links the corresponding tweet
https://www.reddit.com/u/realtweetornotbot
MIT License
77 stars 5 forks source link

Unhandled Exception on deleted comments #6

Closed giulionf closed 5 years ago

giulionf commented 5 years ago

Traceback (most recent call last): File "./src/main.py", line 142, in try_repeatedly_with_timeout func() File "./src/main.py", line 93, in <lambda> try_repeatedly_with_timeout(lambda: reply_to_comment(comment, response)) File "./src/main.py", line 105, in reply_to_comment comment.reply(text) File "/app/.heroku/python/lib/python3.7/site-packages/praw/models/reddit/mixins/replyable.py", line 26, in reply return self._reddit.post(API_PATH['comment'], data=data)[0] File "/app/.heroku/python/lib/python3.7/site-packages/praw/reddit.py", line 466, in post return self._objector.objectify(data) File "/app/.heroku/python/lib/python3.7/site-packages/praw/objector.py", line 143, in objectify raise APIException(*errors[0]) praw.exceptions.APIException: DELETED_COMMENT: 'Dieser Kommentar wurde gel\xf6scht' on field 'parent'