ValidAQ

Results 2 comments of ValidAQ

To add some more information to this, this is due to `DefaultUserIconGrey` failing to load with a 403 response. The one with source URL `https://discordapp.com/assets/322c936a8c8be1b803cd94861bdfa868.png`.

Had the same problem, and made BDFR ignore the exception by modifying the `bdfr\archiver.py` file, function `write_entry`: ``` def write_entry(self, praw_item: Union[praw.models.Submission, praw.models.Comment]): try: if self.args.comment_context and isinstance(praw_item, praw.models.Comment): logger.debug(f"Converting...