Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/home/gmktec/Programming/Bots/basedcount_bot/basedcount_bot.py", line 46, in wrapper
- await func(reddit_instance, mongo_client)
- File "/home/gmktec/Programming/Bots/basedcount_bot/basedcount_bot.py", line 294, in read_comments
- await comment.reply(reply_message)
- File "/home/gmktec/Programming/Bots/basedcount_bot/.venv/lib/python3.10/site-packages/asyncpraw/models/reddit/mixins/replyable.py", line 44, in reply
- comments = await self._reddit.post(API_PATH["comment"], data=data)
- File "/home/gmktec/Programming/Bots/basedcount_bot/.venv/lib/python3.10/site-packages/asyncpraw/util/deprecate_args.py", line 51, in wrapped
- return await _wrapper(*args, **kwargs)
- File "/home/gmktec/Programming/Bots/basedcount_bot/.venv/lib/python3.10/site-packages/asyncpraw/reddit.py", line 936, in post
- raise last_exception
- File "/home/gmktec/Programming/Bots/basedcount_bot/.venv/lib/python3.10/site-packages/asyncpraw/reddit.py", line 920, in post
- return await self._objectify_request(
- File "/home/gmktec/Programming/Bots/basedcount_bot/.venv/lib/python3.10/site-packages/asyncpraw/reddit.py", line 566, in _objectify_request
- return self._objector.objectify(
- File "/home/gmktec/Programming/Bots/basedcount_bot/.venv/lib/python3.10/site-packages/asyncpraw/objector.py", line 239, in objectify
- raise RedditAPIException(errors)
- asyncpraw.exceptions.RedditAPIException: DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement