comp426-2022-fall / assignments

This repository contains information about and links to assignment invites and
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Final Exam 03: Error: ENOENT: no such file or directory, open './index.html' (I believe my path is correct) #23

Open natechoiniere opened 1 year ago

natechoiniere commented 1 year ago

Which autograder check is failing?

Test 03.0, Test 03.1

What is happening?

The autograder is seemingly unable to access index.html from server.js even though the path is correct.

Failed workflow run URL

https://github.com/comp426-2022-fall/e02comp-natechoiniere/actions/runs/3652850412/jobs/6171687922

What should be happening?

Server.js should be able to access index.html, since they're in the same directory. This works perfectly on my machine, as shown below.

Screenshots of your local test(s)

image image

Why do you think the autograder is failing?

I cannot reproduce the autograder error. Everything works perfectly on my end; I have quadruple-checked my path, as well as tried changing it to different (equivalent) variations.