We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The source of the https://adventofcode.com/{year}/leaderboard/self does not include an article tag which causes an exception:
https://adventofcode.com/{year}/leaderboard/self
article
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/jokajak/.cache/pypoetry/virtualenvs/aoc-coTrba3t-py3.10/lib/python3.10/site-packages/aocd/models.py", line 113, in get_stats if soup.article.pre is None and "overall leaderboard" in soup.article.text: AttributeError: 'NoneType' object has no attribute 'pre'
The text was updated successfully, but these errors were encountered:
7eb305a
Merge pull request #86 from wimglenn/issue85
87b65ba
User.get_stats() works even if no stars collected yet. closes #85
@jokajak Fixed in 1.2.1. Thanks for the report!
Sorry, something went wrong.
No branches or pull requests
The source of the
https://adventofcode.com/{year}/leaderboard/self
does not include anarticle
tag which causes an exception:The text was updated successfully, but these errors were encountered: