comp426-2022-fall / a02

Create a command line Node.js package that ingests API data from Open-Meteo
GNU Affero General Public License v3.0
0 stars 0 forks source link

Autograder: [DESCRIBE BUG BEHAVIOR] #14

Closed Dnam00 closed 1 year ago

Dnam00 commented 1 year ago

Which autograder check is failing?

Run education/autograding@v1

What is happening?

It is saying that there is an unexpected token < in JSON at position 0. Maybe there is something else being sent to JSON that is not the correct text.

Failed workflow run URL

https://github.com/comp426-2022-fall/a02-Dnam00/actions/runs/3268092974/jobs/5374098017

What should be happening?

JSON should be utilized correctly, as my local commands all work and utilize JSON correctly.

Screenshots of your local test(s)

failed autograder test

Screenshot (18) Screenshot (19) Screenshot (20)

Why do you think the autograder is failing?

I might have not downloaded JQ. I also am unable to perform npm unlink, but I can perform every other command. I also unexpectedly had to gitpull before pushing.

jessikka12 commented 1 year ago

The autograder got removed during the merging process so we had to copy it over