-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot process caches with unescaped &#
in the cache name
#236
Comments
The easiest solution I found was to use the I'm not going to open a PR yet, as the parser change is quite groundbreaking and I'd like to hear the maintainer's opinion :) |
Do you have some more details how much this actually affects pycaching? Apart from this, while using the <h1 class="visually-hidden">How Do I Solve All These &#$@! Puzzle Caches? Rätsel-Geocaches</h1> |
&#
in the cache name
The tests in CI passed, so I assume the impact of the change is minimal or none. I've also tested it manually and everything seems to be working fine. The biggest change is a new dependency (
Yup, this is definitely a Groundspeak bug, but I don't think they would fix it just because some library. |
Here's a similar problem, but in the Geocache Description instead of the name: GCR0EF |
Yeah, the cache is processed without any errors :) |
When I try to process GC25WQJ, name "How Do I Solve All These &#$@! Puzzle Caches?", I get an error:
Is it because the cache name has many punctuation characters in it?
These GC codes also fail: GC8AKHK, GCA9PAE, GC6PJNF, GC1FJJT (archived)
This simple program shows the error:
It is difficult to search for additional caches for testing because the geocaching.com search filter "Geocache name contains" seems to really mean "Geocache name starts with".
The text was updated successfully, but these errors were encountered: