File path error?

GET http://127.0.0.1:5500/data/wdbc-train.csv 404 (Not Found)

tfjs@latest:17 Uncaught (in promise) Error: Not Found
at tfjs@latest:17:961956
at h (tfjs@latest:17:2100)
at Generator. (tfjs@latest:17:3441)
at Generator.next (tfjs@latest:17:2463)
at u (tfjs@latest:17:8324)
at o (tfjs@latest:17:8527)

C1_W1_Assignment.html:1 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received

1 Like

Hi Cyrilla and welcome to the community! From the directory where you started the webserver, please check if you have the subdirectory named data with the wdbc-train.csv file inside. Not having it there is the most likely cause of the error. Hope this helps!

2 Likes