tomasbedrich / pycaching

A Python 3 interface for working with Geocaching.com website.
https://pycaching.readthedocs.io/
GNU Lesser General Public License v3.0
61 stars 46 forks source link

search always brings me to south america #238

Open haydeninghem opened 3 months ago

haydeninghem commented 3 months ago
point = Point(56.25263, 15.26738)

for cache in geocaching.search(point, limit=50):
    if cache.type == Type.traditional:
        print(cache.name)

When I run your example, I get the same results as if i did a geocode 'Orlando' or 'Prague' Other points return the same caches

BelKed commented 3 months ago

The problem seems to be that you are using a PM account. Groundspeak must have changed something in the (premium) search again :/