0

Hi, during my app development I encounter issue. so far everything was up and running and now I got net::ERR_CONNECTION_REFUSED. How can I investigate the source of problem?? was this because of to much queries so I was blocked ?

asked 18 May, 15:40

kacpero's gravatar image

kacpero
112
accept rate: 0%

2

Well how many queries did you make, and to what service?

(18 May, 15:47) Frederik Ramm ♦

It's probable, but please share the offending URLs so we can know what you are talking about. Regards.

(18 May, 15:48) H_mlet

Hi the strange thing about this is that only my computer failing in this connection request. It's localhost. never deployed yet. Its about OpeenStreetMapProvider

(18 May, 16:05) kacpero

Sorry for not specify my query the thing is about nominate opeenStreetMapProvider

(18 May, 16:08) kacpero
1

Here is the usage policy for Nominatim: https://operations.osmfoundation.org/policies/nominatim/

(18 May, 16:15) Frederik Ramm ♦

yes I know and still as only developer doubt I broke usage policy so my question is how can I investigate the issue in case of usage breaking is there a chance to unblock me? How can I check whether I am breaking or not the usage policy so in the future my production version would not encounter such issue. In other hand are you familiar with any alternative to openStreetMapProvider so I can use withaout limitations? Thank you in advanced. Sorry for this is I am realy beginner programmer.

(18 May, 16:39) kacpero
showing 5 of 6 show 1 more comments

One Answer:
3

Do you comply with "Provide a valid HTTP Referer or User-Agent identifying the application" ? Easily overlooked. Although the 1 request per second limit is easy to trigger by accident !

There's no way of checking blocks that I know of. Most of this things are managed by volunteers, so it is usually crude.

You probably only have to wait and see if it's unblocked.

For alternatives, on the previously mentioned links, it links to this list : https://wiki.openstreetmap.org/wiki/Nominatim#Alternatives_.2F_Third-party_providers

Regards.

permanent link

answered 18 May, 17:05

H_mlet's gravatar image

H_mlet
1.6k730
accept rate: 14%

1

Thank you very much for your answer :) really appreciate and of course I overlooked your first point :p

(18 May, 17:07) kacpero

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:

×4

question asked: 18 May, 15:40

question was seen: 111 times

last updated: 19 May, 14:42

powered by OSQA