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 275, in read_comments
- parent_info = await get_parent_info(comment)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/gmktec/Programming/Bots/basedcount_bot/basedcount_bot.py", line 237, in get_parent_info
- parent_author = parent_post.author.name
- ^^^^^^^^^^^^^^^^^^^^^^^
- AttributeError: 'NoneType' object has no attribute 'name'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement