-
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
Error while listing for found caches "AttributeError: 'NoneType' object has no attribute 'find_next'" #188
Comments
Thanks for your report. The parser usually expects the language to be set to English. Is this set correctly in your case? Otherwise, please try to check/debug which GC code/GUID actually causes this issue (this might be another edge case as well). |
Sorry for the confusion caused. There was another userID in the first line of my .gc_credentials file. That user's language settings weren't set to English. |
No problem, glad that this turned out to be a usage error instead of one with the library. |
Still, the learning for us may be to add something like: assert page.find_by_id("some-pre-known-element").get_text() == "Expected English label", "Pycaching expects English ...." What do you think, @FriedrichFroebel ? |
@tomasbedrich As we are currently doing some more changes to the code anyway, we might want to tackle #136 as well. If we keep the language-independent code from |
Hi there,
I just tried to use the example code for listing my own found caches:
Resulting in:
Any help appreciated. Thanks!
The text was updated successfully, but these errors were encountered: