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

HTTP Resources Manager


Post New Thread Reply   
 
Thread Tools Display Modes
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 06-17-2013 , 03:23   Re: HTTP Resources Manager
Reply With Quote #171

oh i've attached the log file from client console with developer enabled , what's strange about it is that even though the files are downloaded through http resource manager , the client is trying to download them again and
Quote:
10:21:06 "sv_downloadurl" is ""
with no .res file in ../cstrike/maps/
Attached Files
File Type: log start_map_de_blue-chagelevel_de_tuscan.log (15.0 KB, 101 views)
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]

Last edited by alexinno; 06-17-2013 at 03:26.
alexinno is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-17-2013 , 03:47   Re: HTTP Resources Manager
Reply With Quote #172

I was talking about the module debug (rm debug) ; to check if URL is this time correct and well sent.

Looking at the log from client console, I see well HTTP URL is well sent ; at this point the issue doesn't seem from the module, which just sent a list of resources and the HTTP URL to use.
__________________

Last edited by Arkshine; 06-17-2013 at 03:49.
Arkshine is offline
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 06-17-2013 , 03:53   Re: HTTP Resources Manager
Reply With Quote #173

oops , ignore my previous msg ... i was so worked up that i not even noticed in that log file the that i messed up the permisions for the folder where i store the files (Failed HTTP download), so this is new log file with permisions set properly and all files downloaded/saved properly.

It looks like it's working ... yay

the only thing that is still the same is if you delete the files while you are in game but not connected to any server and try to connect again the client will try to download the files from the game server itself not the http server.

thank you Arkshine ... finally i can rest and hope no player from my server will bother me with this anymore
Attached Files
File Type: log start_map_de_blue-chagelevel_de_tuscan.log (11.3 KB, 83 views)
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]

Last edited by alexinno; 06-17-2013 at 03:55.
alexinno is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-17-2013 , 04:05   Re: HTTP Resources Manager
Reply With Quote #174

Quote:
the only thing that is still the same is if you delete the files while you are in game but not connected to any server and try to connect again the client will try to download the files from the game server itself not the http server.
It sounds like a bug with the game, you should report it on github.

Thanks for testing. Glad it works for you.
__________________
Arkshine is offline
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 06-17-2013 , 04:13   Re: HTTP Resources Manager
Reply With Quote #175

that's my next step ...

i just wanned to confirm that the url is sent by HTTP RM, this is me reconnecting after deleting the files

Quote:
BUILD 6027 SERVER (0 CRC)
Server # 2
Serverinfo packet received.
Clearing memory
Remote host: Half-Life
Couldn't find map maps/de_tuscan.bsp, server will download the map
Spooling demo header.
Using http://www.myweb.org/files/csserver/ as primary download location
Verifying and downloading resources...
Compressing split packet (1187 -> 308 bytes)
Decompressing file gfx/ig/csgo.tga (32392 -> 49196)
Processing gfx/ig/csgo.tga
Decompressing file maps/de_tuscan.txt (278 -> 355)
Processing maps/de_tuscan.txt
Decompressing file sound/misc/ooorgle.wav (31985 -> 11672
Processing sound/misc/ooorgle.wav
Decompressing file sound/misc/bleeeat.wav (15064 -> 4419
Processing sound/misc/bleeeat.wav
Decompressing file sound/misc/brawwrr.wav (12686 -> 58084)
Processing sound/misc/brawwrr.wav
Decompressing file sound/misc/slap.wav (32238 -> 59436)
Processing sound/misc/slap.wav
Decompressing file sound/misc/bitchslap.wav (15942 -> 28266)
Processing sound/misc/bitchslap.wav
Decompressing file sound/misc/who.wav (12817 -> 16584)
Processing sound/misc/who.wav
Decompressing file sound/misc/stfu.wav (18986 -> 38560)
Processing sound/misc/stfu.wav
Decompressing file sound/misc/pray.wav (95580 -> 106082)
Processing sound/misc/pray.wav
Processing sound/misc/pileoshit.wav
Decompressing file sound/misc/choke.wav (13268 -> 14622)
Processing sound/misc/choke.wav
Decompressing file sound/misc/snore.wav (7935 -> 22940)
Processing sound/misc/snore.wav

======= http resource manager log =====

rm debug

"nobody" (index = 1, address = 86.122.14.84:27005) is connecting.

SV_SendResources - Start

HTTP UR : http://www.myweb.org/files/csserver (size = 41)

-> Valid UR ; size is < 128
-> UR has been sent.

SV_SendResources - End
we should thank you for taking the time to do this ... anyway , i'm glad i helped with some debugging
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]
alexinno is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-17-2013 , 15:27   Re: HTTP Resources Manager
Reply With Quote #176

Quote:
Originally Posted by alexinno View Post
the only thing that is still the same is if you delete the files while you are in game but not connected to any server and try to connect again the client will try to download the files from the game server itself not the http server.
Just for reference :

Quote:
Originally Posted by Alfred-valve
This is by design, to handle HTTP servers failing to deliver content correctly.
__________________
Arkshine is offline
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 06-17-2013 , 16:44   Re: HTTP Resources Manager
Reply With Quote #177

yeah there's not really a reson for somebody to do that ... but i was doing it while testing to not close/open the game client every time i connect and i was wondering why it's not working )
Alfred has put a light on it
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]

Last edited by alexinno; 06-17-2013 at 16:46.
alexinno is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 06-19-2013 , 08:41   Re: HTTP Resources Manager
Reply With Quote #178

Yo Arkshine, this is an old bug since 2.0 by the way:

Spoiler
yokomo is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-19-2013 , 09:11   Re: HTTP Resources Manager
Reply With Quote #179

Install v2.0.2, it has been fixed (link above), a dumb typo where I'm using the wrong array.
__________________

Last edited by Arkshine; 06-19-2013 at 09:12.
Arkshine is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 06-19-2013 , 09:43   Re: HTTP Resources Manager
Reply With Quote #180

Quote:
Originally Posted by Arkshine View Post
Install v2.0.2, it has been fixed (link above), a dumb typo where I'm using the wrong array.
Cool i didn't notice you've fixed this bug. Thanks it work:
rm config output


Why not update the main post? This module is working without bug anymore.
yokomo 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 19:47.


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