[SOLVED] Map-Hosting failure - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: [SOLVED] Map-Hosting failure (/showthread.php?tid=4183) |
Map-Hosting failure - thunderbug - 06-04-2013 Hi there, I'm trying to set up a new map hosting server because the old one has just 200kbit averaged. current server setting: sv_curl_defaulturl http://xonotic.square7.ch/maps/ this URL works just fine but the server is very slow. When I change that URL to my new Webspace sv_curl_defaulturl http://ni108111_1.vweb03.nitrado.net/maps/ xonotic isn't downloading any maps. (Black map error, and I have to clear my dlcache folder.) Idk why D: . Maybe someone can help me Thanks RE: Map-Hosting failure - end user - 06-04-2013 (06-04-2013, 08:09 AM)thunderbug Wrote: Hi there, I had problems when using sv_curl_defaulturl so instead create a file called curl_urls.txt. In that file put in * http://ni108111_1.vweb03.nitrado.net/maps/ and upload it to .xonotic/data RE: Map-Hosting failure - thunderbug - 06-04-2013 (06-04-2013, 09:19 AM)end user Wrote: I had problems when using Thanks for your answer I tried your solution but it is still not working. [ What I did: - created the file curl_urls.txt and entered the text mentioned above. uploaded it to xonotic/data/ > did not work - deleted the sv_curl_defaulturl property completely from the server.cfg > did not work either ] Every downloaded map in my dlcache folder has a size of 0bytes and I still have the black map bug. Do I need to set up anything on my webspace? RE: Map-Hosting failure - end user - 06-04-2013 (06-04-2013, 09:43 AM)thunderbug Wrote:(06-04-2013, 09:19 AM)end user Wrote: I had problems when using Do you have a copy of your maps also in .xonotic/data ? Also for linux make sure its not xonotic/data but ./xonotic/data Thats the hidden folder in your home directory. RE: Map-Hosting failure - thunderbug - 06-04-2013 (06-04-2013, 09:50 AM)end user Wrote: Do you have a copy of your maps also in .xonotic/data ? thanks for your reply again But please keep in mind that it is already working with my old webspace provider (which is just too slow). So when I change the server.cfg to sv_curl_defaulturl http://xonotic.square7.ch/maps/ then everything works just fine. When I change the sv_curl_defaulturl to the new URL it doesn't download anything. In other words: Yes I have uploaded all necessary maps in the right directory So the problem should be located somewhere at the new webspace. But I don't know where.... I can download the map files with my browser just fine :S RE: Map-Hosting failure - Mr. Bougo - 06-04-2013 Can you either give us the server name or IP, or send us a demo file of the map failure? That will help troubleshooting. Also, please look at the client console when you get the black map problem, it might give you precious information. RE: Map-Hosting failure - thunderbug - 06-04-2013 thanks for your answer The server ip is xonotic.shout.li . It's currently a not listed server because I don't want any user downloading corrupt map files. Here's an example map which I just got from the server. And a screenshot of the ingame console after getting a black map: thanks for trying to help!! RE: Map-Hosting failure - Mr. Bougo - 06-04-2013 The http server seems to work fine... Can you try to remove the corrupt file from your dlcache and try again? RE: Map-Hosting failure - thunderbug - 06-04-2013 I tried it very often.. and it's still not working (just deleted the map and reconnected) You can try it yourself. I set that it is always the same map on the server (biolab - you can also download it from the webserver, it's working there). IP: xonotic.shout.li RE: Map-Hosting failure - Mr. Bougo - 06-04-2013 Yep, I found the problem. Your HTTP server is faulty. Sending the exact same request to the HTTP server without the Referer header works, but otherwise it just closes the connection without sending any data at all. Here's the request that my client sent: Code: GET /maps/biolab_v1.pk3 HTTP/1.1 RE: Map-Hosting failure - thunderbug - 06-04-2013 (06-04-2013, 04:21 PM)Mr. Bougo Wrote: Yep, I found the problem. Your HTTP server is faulty. Sending the exact same request to the HTTP server without the Referer header works, but otherwise it just closes the connection without sending any data at all. Woho.. Thanks for spending so much time to solve my problem (also thanks to end user for helping) I just contacted my hosting provider. I hope they'll respond soon and I can tell you what happened. RE: Map-Hosting failure - thunderbug - 06-07-2013 Yeah it's working now. My webspace provider has a DDoS protection system which automatically blocked "dp://". They put that scheme on their whitelist and it's working now. Thanks again everyone for helping especially Mr. Bougo. RE: Map-Hosting failure - Mr. Bougo - 06-07-2013 Neato! Glad we worked that worked out. |