I have a server with maps and content using FastDL.
Everything was working perfectly fine for months until now every download returns a HTTP ERROR 0.
This happens for even non bz2 files (which don’t even exist on the server and should just 404), so I’m not sure what’s going on.
Here’s a snippet of the console output when trying to connect.
HTTP ERROR 0 downloading http://www.gmzombies.com/content/maps/zs_bunker_fixed_v2.bsp.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/maps/zs_bunker_fixed_v2.bsp
HTTP ERROR 0 downloading http://www.gmzombies.com/content/maps/graphs/zs_bunker_fixed_v2.ain.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/maps/graphs/zs_bunker_fixed_v2.ain
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/coowner.png.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/coowner.png
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/d_moderator.png.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/d_moderator.png
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/moderator.png.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/moderator.png
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/d_user.png.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/d_user.png
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/overlay.png.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/gmzombies/gui/overlay.png
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/noxiousnet/noxicon.png.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/noxiousnet/noxicon.png
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/bloatedzombie_hd.vtf.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/bloatedzombie_hd.vtf
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/bloatedzombie_hd.vmt.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/bloatedzombie_hd.vmt
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/butcher_hd.vtf.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/butcher_hd.vtf
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/butcher_hd.vmt.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/butcher_hd.vmt
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/chemzombie_hd.vtf.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/chemzombie_hd.vtf
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/chemzombie_hd.vmt.bz2
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/chemzombie_hd.vmt
HTTP ERROR 0 downloading http://www.gmzombies.com/content/materials/zombiesurvival/killicons/crawler_hd.vtf.bz2
If you visit any of the bz2 links you can see that they are valid and that the files are at that location, so I’m not sure what’s going wrong.
Also, I’ve uninstalled, ensured all game and download folders were wiped and then reinstalled and the issue is still happening.