Page 1 of 1

Another bug in JK2MV?

Posted: 31 May 2017, 21:46
by KingYodah
Hey pals,

today I tried to exec chicagostreets_jo map on our SoL server but because I didn't have it, I wanted to have JK2MV to auto download it for me, but I got this error and I don't know why. Perhaps you figure it out, ty ^.^

Image

Re: Another bug in JK2MV?

Posted: 31 May 2017, 22:04
by Daggolin
I assume the filename on your server has got a space in it. The original jk2 download system didn't support spaces in filenames and as we maintain legacy compatibility jk2mv doesn't support spaces either.

Re: Another bug in JK2MV?

Posted: 31 May 2017, 22:11
by fau
Or perhaps this map is blacklisted by server admin?

Re: Another bug in JK2MV?

Posted: 31 May 2017, 22:14
by Daggolin
fau wrote: 31 May 2017, 22:11 Or perhaps this map is blacklisted by server admin?
I think in that case jk2mv doesn't reference the file and the client won't attempt to download it. I think it's a space in the file name, something like "Chicago Streets.pk3" and the client tries to download "Chicago.pk3" from the server, cause the filename gets sent over with the spaces and the client considers spaces to be seperators between files.

Re: Another bug in JK2MV?

Posted: 31 May 2017, 22:25
by KingYodah
fau wrote: 31 May 2017, 22:11Or perhaps this map is blacklisted by server admin?
We definitely don't have it blacklisted and the map works for those who downloaded it by other means. And the space in filename..? Hm..

Re: Another bug in JK2MV?

Posted: 31 May 2017, 22:32
by KingYodah
KingYodah wrote: 31 May 2017, 22:25
fau wrote: 31 May 2017, 22:11Or perhaps this map is blacklisted by server admin?
We definitely don't have it blacklisted and the map works for those who downloaded it by other means. And the space in filename..? Hm..
Edit: looks like it, ty

Re: Another bug in JK2MV?

Posted: 05 Jun 2017, 13:03
by Tr!Force
In HTTP the error 403 means the file is forbidden by the server (or where is stored), if you are the hoster you should check the file or folder permissions.

Anyways check if the file has the same name in the base folder. for example if the file is "Chicago.pk3" in the download reference list should be name exactly "Chicago.pk3", if is "chicago.pk3" with lowercase maybe you will have a problem.

Re: Another bug in JK2MV?

Posted: 05 Jun 2017, 18:54
by ouned
Tr!Force wrote: 05 Jun 2017, 13:03 In HTTP the error 403 means the file is forbidden by the server (or where is stored), if you are the hoster you should check the file or folder permissions.
Thats a good point Triforce. Are you guys using an external webserver? (I didn't even document this feature but it has been there for a while now)

Re: Another bug in JK2MV?

Posted: 05 Jun 2017, 21:33
by Kevin
Tr!Force wrote: 05 Jun 2017, 13:03 In HTTP the error 403 means the file is forbidden by the server (or where is stored), if you are the hoster you should check the file or folder permissions.
Removing the space in the pk3 filename fixed the issue, so it didn't have to do with their permissions, but more the issue Daggo pointed out.