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

I'm working on a project that downloads data from openstreetmap by querying to http://overpass-api.de/api/interpreter. Sometimes, especially with asynchronous queries, the server returns this error.

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
      <meta http-equiv="content-type" content="text/html; charset=utf-8" lang="en"/>
      <title>OSM3S Response</title>
    </head>
    <body>
    <p>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</p>
    <p><strong style="color:#FF0000">Error</strong>: runtime error: open64: 0 Success /osm3s_v0.7.54_osm_base Dispatcher_Client::request_read_and_idx::rate_limited. Please check /api/status for the quota of your IP address.
     </p>
</body>
</html>

I do not understand what the limitations are, and especially how I can solve it. Can someone help me?

asked 14 Aug '17, 10:45

CillaLu's gravatar image

CillaLu
31335
accept rate: 0%


You're attempting to download too much data or too quickly. The usage policies of the various Overpass API instances can be found here.

permanent link

answered 14 Aug '17, 16:55

alester's gravatar image

alester
6.6k266100
accept rate: 28%

1

Unfortunately these usage policies seem to be pretty incomplete. For example some instances have a limit on the maximum number of parallel requests which isn't mentioned here.

(14 Aug '17, 18:42) scai ♦

Thanks a lot! Is there a way to query without limits? Maybe another server?

(14 Aug '17, 20:29) CillaLu
4

Sorry, but you obviously don't understand something fundamental.

Most, if not essentially all, these servers are run by volunteers with hardware and operating costs funded out of donations or the volunteers own pockets.

As a consequence you should not be asking if there is a unlimited service if your usage is outside the usage limits, you should either be asking how you can help or run your own service (perferably providing free access for third parties yourself).

(14 Aug '17, 21:13) SimonPoole ♦

يظهر لي خطاء في تحميل البيانات لماذا

permanent link

answered 25 May '20, 18:15

Khalaf86-hsaan's gravatar image

Khalaf86-hsaan
112
accept rate: 0%

"I'm getting a mistake in downloading data why"

Please post a new question and describe in detail what you did.

(26 May '20, 04:29) escada
Your answer
toggle preview

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
×362
×147

question asked: 14 Aug '17, 10:45

question was seen: 6,760 times

last updated: 26 May '20, 04:29

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