apexatoll / aoc-cli

Command line interface for Advent of Code, built in Ruby using Kangaru
MIT License
55 stars 2 forks source link

implicit conversion from nil #14

Closed yspreen closed 8 months ago

yspreen commented 3 years ago

edit: since this project is abandoned and in ruby, I decided to rewrite it in python. exact same functionality, see here: https://github.com/yspreen/aoc


This is happening for part two in 2016, day 18.
I could fix the issue (day.md was not updating) by running -r:

 aoc -s 19991126
Correct! This day is now complete!
- Updating calendar...
no implicit conversion from nil to integer
(.pyenv) ➜  18 git:(main) ✗ aoc -r
- Updating puzzle...
apexatoll commented 8 months ago

Please try the latest version!