gobanos / cargo-aoc

437 stars 47 forks source link

Cannot download input from 2020: error 400 (credentials are set) #74

Closed lud closed 2 years ago

lud commented 2 years ago

When I run this:

cargo aoc input -d 1 -y 2020

I get this:

Requesting input for year 2020, day 1 ...
Could not find corresponding input. Are the day, year, and token correctly set ? Status: 400 Bad RequestMessage: Puzzle inputs differ by user.  Please log in to get your puzzle input.

Although cargo aoc credentials correctly outputs my token.

Anyone knows what to do then, by any chance?

lud commented 2 years ago

Well I guess I am stupid.