Question:
I am using the Pycaching “get_cache” function, but every time it runs the code, it raise an error that displays raise Error("Cannot load page: {}".format(url)) from e pycaching.errors.Error: Cannot load page: https://www.geocaching.com/seek/cdpf.aspx
So, for some reason, the API must not be adding those arguments.
I also figured out that it’s not the GUID we want, as the GUID is a user ID. We want some alternative of a user ID for induvial geocaches.
@Firepup650 I figured it out by myself. (with some help from the manager of Pycaching, Tomáš Bedřich) Instead of inputting a GUID, I need to input a Waypoint. I definitely need your help, as the thinking pushed me in the right direction! TYSM!