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

get_cache(guid=) raising page load error #211

Closed DarkOutcast6 closed 1 year ago

DarkOutcast6 commented 1 year ago

Code Snippet:

cache= geocaching.get_cache(guid="GCA9932").

Error:

raise Error("Cannot load page: {}".format(url)) from e pycaching.errors.Error: Cannot load page: https://www.geocaching.com/seek/cdpf.aspx

tomasbedrich commented 1 year ago

GCA9932 is not GUID, but rather WP (Waypoint). Simply use geocaching.get_cache("GCA9932").