p2r3 / epochtal

Portal 2 tournament framework
https://epochtal.p2r3.com/
GNU General Public License v3.0
8 stars 4 forks source link

fix: use https when curating #100

Closed PancakeTAS closed 4 weeks ago

PancakeTAS commented 1 month ago

While settings up Epochtal for local testing the curation would fail with this error: image I'm pretty sure workshop downloads always were https, so why suddenly Bun complains about not accepting https is a little bit of a mystery to me. My best guess is a bun update "fixed" require('http') to not accept https links anymore, because I saw some changes to the http engine in the Bun changelog. Either way, https fixed the issue.

PancakeTAS commented 1 month ago

I have tested it