Skip to content
New issue

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

Failing to get 2019 -d 3 #1

Open
kevinrobayna opened this issue Nov 24, 2022 · 0 comments
Open

Failing to get 2019 -d 3 #1

kevinrobayna opened this issue Nov 24, 2022 · 0 comments

Comments

@kevinrobayna
Copy link

Tried to get the problem for day 3 and it's currently failing, Do you have the same experience?

❯ aoc-to-markdown -y 2019 -d 3 -o 2019 -i
Traceback (most recent call last):
  File "/Users/kevinrobayna/.asdf/installs/python/3.10.5/bin/aoc-to-markdown", line 33, in <module>
    sys.exit(load_entry_point('aoc-to-markdown==0.2.3', 'console_scripts', 'aoc-to-markdown')())
  File "/Users/kevinrobayna/.asdf/installs/python/3.10.5/lib/python3.10/site-packages/aoc_to_markdown.py", line 233, in main
    markdown = get_markdown(problem_year, problem_day)
  File "/Users/kevinrobayna/.asdf/installs/python/3.10.5/lib/python3.10/site-packages/aoc_to_markdown.py", line 97, in get_markdown
    content += ''.join([tag.string for tag in article.contents])
TypeError: sequence item 110: expected str instance, NoneType found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant