Skip to content

pydantic_core._pydantic_core.ValidationError #340

@ivPuelt

Description

@ivPuelt

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().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions