NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi, I have installed a docker image of the overpass api server as explained here. Instead of providing data for the whole world, I configured the image to use a osm.bz2 file containing only my area of interest. Now I have reached the point where at least one query is being answered as expected, while all other get the following response:

{
  "version": 0.6,
  "generator": "Overpass API",
  "osm3s": {
    "timestamp_osm_base": "2017-10-24T07:01:02Z",
    "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
  },
  "elements": [

  ],
"remark": "runtime error: Query failed with the exception: LZ4_decompress_safe failed"
}

any suggestion on what is going on here? Is there any fix you are aware of? Thank you in advance.

asked 27 Oct '17, 16:27

frnc's gravatar image

frnc
11112
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483
×293
×290

question asked: 27 Oct '17, 16:27

question was seen: 962 times

last updated: 27 Oct '17, 16:27

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum