2025-12-18T14:49:02.849Z ACTOR: Pulling container image of build CF6fpHNh5uhYeenmi from registry. 2025-12-18T14:49:12.657Z ACTOR: Creating container. 2025-12-18T14:49:12.820Z ACTOR: Starting container. 2025-12-18T14:49:12.822Z ACTOR: Running under "LIMITED_PERMISSIONS" permission level. 2025-12-18T14:49:13.083Z Will run command: xvfb-run -a -s "-ac -screen 0 1920x1080x24+32 -nolisten tcp" python3 -m src 2025-12-18T14:49:13.841Z Traceback (most recent call last): 2025-12-18T14:49:13.843Z File "", line 198, in _run_module_as_main 2025-12-18T14:49:13.845Z File "", line 88, in _run_code 2025-12-18T14:49:13.847Z File "/usr/src/app/src/__main__.py", line 3, in 2025-12-18T14:49:13.848Z from .main import main 2025-12-18T14:49:13.850Z File "/usr/src/app/src/main.py", line 4, in 2025-12-18T14:49:13.852Z from apify import Actor, Request 2025-12-18T14:49:13.854Z File "/usr/local/lib/python3.13/site-packages/apify/__init__.py", line 4, in 2025-12-18T14:49:13.855Z from crawlee import Request 2025-12-18T14:49:13.857Z File "/usr/local/lib/python3.13/site-packages/crawlee/__init__.py", line 3, in 2025-12-18T14:49:13.859Z from ._request import Request, RequestOptions 2025-12-18T14:49:13.861Z File "/usr/local/lib/python3.13/site-packages/crawlee/_request.py", line 11, in 2025-12-18T14:49:13.862Z from crawlee._types import EnqueueStrategy, HttpHeaders, HttpMethod, HttpPayload, JsonSerializable 2025-12-18T14:49:13.864Z File "/usr/local/lib/python3.13/site-packages/crawlee/_types.py", line 64, in 2025-12-18T14:49:13.866Z class HttpHeaders(RootModel, Mapping[str, str]): 2025-12-18T14:49:13.867Z ...<33 lines>... 2025-12-18T14:49:13.869Z return len(self.root) 2025-12-18T14:49:13.871Z File "/usr/local/lib/python3.13/site-packages/pydantic/_internal/_model_construction.py", line 242, in __new__ 2025-12-18T14:49:13.872Z set_model_fields(cls, config_wrapper=config_wrapper, ns_resolver=ns_resolver) 2025-12-18T14:49:13.874Z ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-12-18T14:49:13.876Z File "/usr/local/lib/python3.13/site-packages/pydantic/_internal/_model_construction.py", line 566, in set_model_fields 2025-12-18T14:49:13.877Z fields, class_vars = collect_model_fields(cls, config_wrapper, ns_resolver, typevars_map=typevars_map) 2025-12-18T14:49:13.879Z ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-12-18T14:49:13.881Z File "/usr/local/lib/python3.13/site-packages/pydantic/_internal/_fields.py", line 363, in collect_model_fields 2025-12-18T14:49:13.882Z field_info = FieldInfo_.from_annotated_attribute(ann_type, assigned_value, _source=AnnotationSource.CLASS) 2025-12-18T14:49:13.884Z File "/usr/local/lib/python3.13/site-packages/pydantic/fields.py", line 468, in from_annotated_attribute 2025-12-18T14:49:13.886Z field_info = FieldInfo._construct( 2025-12-18T14:49:13.888Z prepend_metadata + metadata if prepend_metadata is not None else metadata, **attr_overrides 2025-12-18T14:49:13.889Z ) 2025-12-18T14:49:13.891Z File "/usr/local/lib/python3.13/site-packages/pydantic/fields.py", line 563, in _construct 2025-12-18T14:49:13.893Z merged_field_info = cls(**merged_kwargs) 2025-12-18T14:49:13.894Z File "/usr/local/lib/python3.13/site-packages/pydantic/fields.py", line 252, in __init__ 2025-12-18T14:49:13.896Z raise TypeError('cannot specify both default and default_factory') 2025-12-18T14:49:13.898Z TypeError: cannot specify both default and default_factory