| body |
{"product": {"rating": null, "rating_count": null, "brand": "Karl Lagerfeld Paris", "name": "DOUBLE L PRINT KNIT SHORTS", "description": "PRODUCT DETAILS\n\n\n\n\n\n\n\n\nDouble L print pattern\n\n\nPair with the \nmatching shirt\n\n\n\n\nElastic drawstring waist\n\n\nContrast hem detail\n\n\nRelaxed fit styling\n\n\nImported\n\n\nStyle: \nLM5H6064", "data": {"dataFacets": []}, "categories": ["SHORT"], "gender": "men", "product_images": [], "market_id": 47, "remote_code": "lm5h6064-blw", "is_lost": 0, "variants": [{"remote_code": "42041153781815", "upc": "77433076", "email_meta": "Untitleddesign_37_345d0790-30de-4e92-944b-ff367e47aca8", "remote_url": "https://www.karllagerfeldparis.com/products/lm5h6064-blw?variant=42041153781815", "size": "S", "origin_color": "Black/White", "price": 63.2, "price_full": 79.0, "variant_images": ["www.karllagerfeldparis.com/cdn/shop/files/Untitleddesign_37_345d0790-30de-4e92-944b-ff367e47aca8.png?v=1777392876&width=1640", "www.karllagerfeldparis.com/cdn/shop/files/LM5H6064_BLW_2.jpg?v=1777388219&width=1400", "www.karllagerfeldparis.com/cdn/shop/files/LM5H6064_BLW_4.jpg?v=1777388256&width=1400", "www.karllagerfeldparis.com/cdn/shop/files/LM5H6064_BLW_3.jpg?v=1777388293&width=1400"], "stock_count": 1, "data": ["transfer"], "image_url": "www.karllagerfeldparis.com/cdn/shop/files/Untitleddesign_37_345d0790-30de-4e92-944b-ff367e47aca8.png?v=1777392876&width=1640", "description": "Color: Black/White; Size: S", "colors": ["Black/White"]}, {"remote_code": "42041153814583", "upc": "77433084", "email_meta": "Untitleddesign_37_345d0790-30de-4e92-944b-ff367e47aca8", "remote_url": "https://www.karllagerfeldparis.com/products/lm5h6064-blw?variant=42041153814583", "size": "M", "origin_color": "Black/White", "price": 63.2, "price_full": 79.0, "variant_images": ["www.karllagerfeldparis.com/cdn/shop/files/Untitleddesign_37_345d0790-30de-4e92-944b-ff367e47aca8.png?v=1777392876&width=1640", "www.karllagerfeldparis.com/cdn/shop/files/LM5H6064_BLW_2.jpg?v=1777388219&width=1400", "www.karllagerfeldparis.com/cdn/shop/files/LM5H6064_BLW_4.jpg?v=1777388256&width=1400", "www.karllagerfeldparis.com/cdn/shop/files/LM5H6064_BLW_3.jpg?v=1777388293&width=1400"], "stock_count": 1, "data": ["transfer"], "image_url": "www.karllagerfeldparis.com/cdn/shop/files/Untitleddesign_37_345d0790-30de-4e92-944b-ff367e47aca8.png?v=1777392876&width=1640", "description": "Color: Black/White; Size: M", "colors": ["Black/White"]}]}, "remote_url": "https://www.karllagerfeldparis.com/products/lm5h6064-blw", "parsing_type": "refresh", "finalize": false, "parsing_code": 200, "parsing_text": "[200] Success: Item: 'lm5h6064-blw' - parsed successfully. additional_error_text=''"} |
| error_text |
File "/opt/working_folder/middlewares/catch_errors_middleware/catch_500_errors.py", line 15, in dispatch
response = await call_next(request)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 84, in call_next
raise app_exc
File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 70, in coro
await self.app(scope, receive_or_disconnect, send_no_error)
File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 83, in __call__
await self.app(scope, receive, send)
File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 88, in __call__
response = await handler(request, exc)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/working_folder/handlers/exception_handlers.py", line 70, in validation_exception_handler
return JSONResponse(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 196, in __init__
super().__init__(content, status_code, headers, media_type, background)
File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 55, in __init__
self.body = self.render(content)
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 199, in render
return json.dumps(
^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/__init__.py", line 238, in dumps
**kw).encode(obj)
^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/encoder.py", line 200, in encode
chunks = self.iterencode(o, _one_shot=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/encoder.py", line 258, in iterencode
return _iterencode(o, 0)
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/encoder.py", line 180, in default
raise TypeError(f'Object of type {o.__class__.__name__} '
|