You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Tried to get the problem for day 3 and it's currently failing, Do you have the same experience?
The text was updated successfully, but these errors were encountered: