Closed sadphi closed 2 years ago
PR welcome to avoid redirect. (I'm not sure how to do fromURL
to bypass the redirect)
Created PR #624 with a fix
This was partly solved in PR #624. However, it will probably break when a new snapshot is released. Closing the issue though since it most likely requires a fix in the backend.
The URL in w12 exercise 3a is incorrect, which means that the wrong data is fetched. The URL in the compendium is https://cs.lth.se/pgk/lthkurser, and when running the code in the REPL instructions,
data
will be equal toThis is due to the URL redirecting to https://fileadmin.cs.lth.se/pgk/lthkurser201819.txt. Replacing the URL with the latter gives the expected result.