Here is the wget command that I execute, and the result I get. The strange thing is that it always fails after the exact same amount of data, so it seems not like it is a matter of server overload.
But what then can be wrong? Can the wget options be improved? Am I requesting too big an area?
Oh, before I forget: this if from an Ubuntu 18 with wget version: GNU Wget 1.19.4 built on linux-gnu.
$ wget --no-check-certificate -O /tmp/benelux.bin
https://maps.navit-project.org/api/map/?bbox=2,48,6,60--2021-08-21 14:37:17--
https://maps.navit-project.org/api/map/?bbox=2,48,6,60Resolving maps.navit-project.org (maps.navit-project.org)... 148.251.101.147
Connecting to maps.navit-project.org (maps.navit-project.org)|148.251.101.147|:443... connected.
WARNING: cannot verify maps.navit-project.org's certificate, issued by ‘emailAddress=support@cacert.org,CN=CA Cert Signing Authority,OU=http://www.cacert.org,O=Root CA’:
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 302 Found
Location:
http://maps9.navit-project.org/api/map/?bbox=2,48,6,60 [following]
--2021-08-21 14:37:17--
http://maps9.navit-project.org/api/map/?bbox=2,48,6,60Resolving maps9.navit-project.org (maps9.navit-project.org)... 85.25.97.211, 2001:470:1f0b:bdf:a800:acff:fe15:290b
Connecting to maps9.navit-project.org (maps9.navit-project.org)|85.25.97.211|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://maps9.navit-project.org/api/map/ ... amp=210326 [following]
--2021-08-21 14:37:17--
http://maps9.navit-project.org/api/map/ ... amp=210326Reusing existing connection to maps9.navit-project.org:80.
HTTP request sent, awaiting response... 200 OK
Length: 1708634751 (1.6G) [application/octet-stream]
Saving to: ‘/tmp/benelux.bin’
/tmp/benelux.bin 0%[ ] 2.85M --.-KB/s in 15s
2021-08-21 14:37:33 (190 KB/s) - Connection closed at byte 2985816. Retrying.
--2021-08-21 14:37:34-- (try: 2)
http://maps9.navit-project.org/api/map/ ... amp=210326Connecting to maps9.navit-project.org (maps9.navit-project.org)|85.25.97.211|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2021-08-21 14:37:35 ERROR 500: Internal Server Error.