Raised This Month: $51 Target: $400
 12% 

FastDL Missing Map error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SeXy_Kiwi
New Member
Join Date: Jan 2022
Old 01-07-2022 , 13:12   FastDL Missing Map error
Reply With Quote #1

Hi, I have problem with the downloading of maps on my server.
I use the gfl clans fast dl.

My server.cfg had :

sv_downloadurl "https://fastdl.gflclan.com/csgo/maps/"
sv_allowupload "1"
sv_allowdownload "1"
cl_downloadfilter "nosounds"

The map used for test is available on the fastDL, is written in my gamemode-server, and added to mapcycle and maplist with the correct names.
Also in my maps folder as bz2 file.

The console of server doesn't say anything, and the client cosole say :

SignalXWriteOpportunity(3)
ConVarRef stripper_current_file doesn't point to an existing ConVar
SetConVar: No such cvar ( stripper_current_file set to bhop_fps_max_sr), skipping
Error reading file resource/overviews/bhop_fps_max_sr_radar.dds.
Error reading file materials/panorama/images/map_icons/screenshots/1080p/bhop_fps_max_sr.png.
Resource materials\panorama\images\map_icons\map_icon_ bhop_fps_max_sr.svg failed to load.
Downloading https://fastdl.gflclan.com/csgo/maps...max_sr.bsp.bz2.
Error downloading https://fastdl.gflclan.com/csgo/maps...max_sr.bsp.bz2
Downloading https://fastdl.gflclan.com/csgo/maps...fps_max_sr.bsp.
Error downloading https://fastdl.gflclan.com/csgo/maps...fps_max_sr.bsp
Downloading https://fastdl.gflclan.com/csgo/maps...max_sr.nav.bz2.
Error downloading https://fastdl.gflclan.com/csgo/maps...max_sr.nav.bz2
Downloading https://fastdl.gflclan.com/csgo/maps...fps_max_sr.nav.
Error downloading https://fastdl.gflclan.com/csgo/maps...fps_max_sr.nav
No pure server whitelist. sv_pure = 0
Missing map maps\bhop_fps_max_sr.bsp, disconnecting

I don't know what's wrong, I tried with http(s), both, and the maps are not downloading for the client.

Any suggestions ?
SeXy_Kiwi is offline
Ryan2
Senior Member
Join Date: Jul 2020
Old 01-07-2022 , 14:27   Re: FastDL Missing Map error
Reply With Quote #2

Looks like you did not put the correct downloadurl as https://fastdl.gflclan.com/csgo/maps...max_sr.bsp.bz2 returns a 404.

Assuming is was because a double slash that was added I tried other formats and all return 404

https://fastdl.gflclan.com/csgo/maps...max_sr.bsp.bz2
https://fastdl.gflclan.com/csgo/maps...max_sr.bsp.bz2

It looks like the correct downloadurl is https://fastdlv2.gflclan.com/file/gflfastdlv2/csgo/ (maps is automatically added so just add this exact url)

Last edited by Ryan2; 01-07-2022 at 14:29.
Ryan2 is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 01-07-2022 , 14:54   Re: FastDL Missing Map error
Reply With Quote #3

A couple of suggestions:
  1. Do not add maps or a trailing slash at the end, fast download is not maps specific
  2. You can safely delete any bz2 files you placed on your server if you are using fast download
  3. Do not use cl_downloadfilter "nosounds", that is client only
  4. Do not enable sv_allowupload or sv_allowdownload, set those to "0". There is never a good reason to enable it if using fast download

Use:
sv_downloadurl "https://fastdl.gflclan.com/csgo"
or
sv_download "https://fastdlv2.gflclan.com/file/gflfastdlv2/csgo"
Maxximou5 is offline
SeXy_Kiwi
New Member
Join Date: Jan 2022
Old 01-07-2022 , 16:49   Re: FastDL Missing Map error
Reply With Quote #4

Quote:
Originally Posted by Ryan2 View Post
Looks like you did not put the correct downloadurl as https://fastdl.gflclan.com/csgo/maps...max_sr.bsp.bz2 returns a 404.

Assuming is was because a double slash that was added I tried other formats and all return 404

https://fastdl.gflclan.com/csgo/maps...max_sr.bsp.bz2
https://fastdl.gflclan.com/csgo/maps...max_sr.bsp.bz2

It looks like the correct downloadurl is https://fastdlv2.gflclan.com/file/gflfastdlv2/csgo/ (maps is automatically added so just add this exact url)
Thank you so much, I don't know how you resolved this issue but thanks !!
SeXy_Kiwi is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:35.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode