View Single Post
spanner's Avatar
Posts: 253 | Thanked: 184 times | Joined on Nov 2009 @ Bristol, UK
#878
Hi MartinK,

Just installed modRana for the first time: looks nice! Thanks.

When I dragging the maps around, they tiles load fine. When I try to batch download using the "download" option, they always fail.

Looking at the tcpdump, the successful http requests look like:

Code:
GET /tiles/cycle/12/2018/1360.png HTTP/1.1\r\n
where the unsuccessful ones look like:

Code:
GET http://andy.sandbox.cloudmade.com/tiles/cycle/12/2020/1364.png HTTP/1.1\r\n
I don't know why you'd include the full protocol and host name in the GET request and it looks like the web server is unhappy about it.

I'm not too hot with python but it looks like you're doing your own http requests - is this an easy fix?

Thanks again!
 

The Following User Says Thank You to spanner For This Useful Post: