Skip to content
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

pydantic_core._pydantic_core.ValidationError #340

Open
ivPuelt opened this issue Nov 15, 2024 · 0 comments
Open

pydantic_core._pydantic_core.ValidationError #340

ivPuelt opened this issue Nov 15, 2024 · 0 comments

Comments

@ivPuelt
Copy link

ivPuelt commented Nov 15, 2024

If I open a website and try to use py.performance.get() I get the error in the title.
The recent calls are: Lib\site-packages\pylenium\performance.py", line 75, in get
navigation_timing=self.get_navigation_timing(),
Lib\site-packages\pylenium\performance.py", line 93, in get_navigation_timing
return NavigationTiming(**navigation)
Lib\site-packages\pydantic\main.py", line 212, in__init__
validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)

This only happens on one page and it disappears if I click anything on the page before trying py.performance.get().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant