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

Fix getting user logs #233

Closed Jakoma02 closed 10 months ago

Jakoma02 commented 10 months ago

Due to changes on the Geocaching website, iterating my_logs() raises an exception due to a missing query argument "guid". This is caused by an upstream change at https://www.geocaching.com/my/logs.aspx, where the format of the URL that this library uses was changed to "https://www.geocaching.com/geocache/[WP]".

This PR modifies the my_logs() method to use WP to find the geocache details instead of guid, which fixes the problem.

ohheyrj commented 9 months ago

Has this been released yet or is it only in master at the moment?

tomasbedrich commented 9 months ago

Now it is released as 4.4.1