View Single Post
Posts: 6 | Thanked: 5 times | Joined on Apr 2010 @ Piekary Śląskie, Poland
#240
It works great! Thank you!

Here's a little bit of the output:
Code:
forcing ipv4
forcing ipv4
* About to connect() to tiles.ump.waw.pl port 80 (#0)
*   Trying 217.153.128.150... * connected
* Connected to tiles.ump.waw.pl (217.153.128.150) port 80 (#0)
> GET /ump_tiles/0/0/0.png HTTP/1.1
User-Agent: CloudGPS for N900
Host: tiles.ump.waw.pl
Accept: */*

* About to connect() to tiles.ump.waw.pl port 80 (#0)
*   Trying 217.153.128.150... < HTTP/1.1 200 OK
< Cache-Control: public, max-age=172800
< Expires: Fri, 24 Jun 2011 21:35:15 GMT
< Last-Modified: Wed, 22 Jun 2011 02:13:46 GMT
< Content-Type: image/png
* connected
< Content-Length: 7678
* Connected to tiles.ump.waw.pl (217.153.128.150) port 80 (#0)
< Server: Jetty(6.1.14)
< Date: Wed, 22 Jun 2011 21:35:15 GMT
> GET /ump_tiles/0/0/0.png HTTP/1.1
User-Agent: CloudGPS for N900
Host: tiles.ump.waw.pl
Accept: */*

<
* Connection #0 to host tiles.ump.waw.pl left intact
* Closing connection #0
< HTTP/1.1 200 OK
< Cache-Control: public, max-age=172800
< Expires: Fri, 24 Jun 2011 21:35:15 GMT
< Last-Modified: Wed, 22 Jun 2011 02:13:46 GMT
< Content-Type: image/png
< Content-Length: 7678
< Server: Jetty(6.1.14)
< Date: Wed, 22 Jun 2011 21:35:15 GMT
<
* Connection #0 to host tiles.ump.waw.pl left intact
* Closing connection #0
forcing ipv4
forcing ipv4
* About to connect() to tiles.ump.waw.pl port 80 (#0)
*   Trying 217.153.128.150... * About to connect() to tiles.ump.waw.pl port 80 (#0)
*   Trying 217.153.128.150... 627 GL_ERROR: 500
* connected
* Connected to tiles.ump.waw.pl (217.153.128.150) port 80 (#0)
* connected
* Connected to tiles.ump.waw.pl (217.153.128.150) port 80 (#0)
> GET /ump_tiles/1/1/0.png HTTP/1.1
User-Agent: CloudGPS for N900
Host: tiles.ump.waw.pl
Accept: */*

> GET /ump_tiles/2/2/1.png HTTP/1.1
User-Agent: CloudGPS for N900
Host: tiles.ump.waw.pl
Accept: */*

< < HTTP/1.1 200 OK
< Cache-Control: public, max-age=172800
HTTP/1.1 200 OK
< < Expires: Fri, 24 Jun 2011 21:35:16 GMT
Cache-Control: public, max-age=172800
< Last-Modified: Wed, 22 Jun 2011 02:13:52 GMT
< Expires: Fri, 24 Jun 2011 21:35:16 GMT
< Content-Type: image/png
< < Last-Modified: Wed, 22 Jun 2011 02:13:58 GMT
Content-Length: 8150
< < Content-Type: image/png
Server: Jetty(6.1.14)
< Date: Wed, 22 Jun 2011 21:35:16 GMT
< Content-Length: 9905
< Server: Jetty(6.1.14)
<
< Date: Wed, 22 Jun 2011 21:35:16 GMT
<
* * Connection #0 to host tiles.ump.waw.pl left intact
* Closing connection #0
Connection #0 to host tiles.ump.waw.pl left intact
* Closing connection #0
forcing ipv4
forcing ipv4
* * About to connect() to tiles.ump.waw.pl port 80 (#0)
About to connect() to tiles.ump.waw.pl port 80 (#0)
*   Trying 217.153.128.150... *   Trying 217.153.128.150... * connected
* * Connected to tiles.ump.waw.pl (217.153.128.150) port 80 (#0)
connected
* Connected to tiles.ump.waw.pl (217.153.128.150) port 80 (#0)
> GET /ump_tiles/4/8/5.png HTTP/1.1
User-Agent: CloudGPS for N900
Host: tiles.ump.waw.pl
Accept: */*
The same binary with "forceIPv4=1" commented gives same errors as before, so it was the problem with IPv6 address resolution.
Thanks again. Great app
 

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