| body |
{"product": {"rating": 4.7, "rating_count": 18, "brand": "Bratz", "name": "Bratz Stylin' Sasha Fashion Doll with Customizable T-Shirt for You and Accessories", "description": "Express Your Style with Bratz Stylin' Sasha!\nThe Bratz are back and more fashionable than ever! Meet Sasha, the ultimate style icon who's ready to share her passion for fashion with you. This isn't just a doll \u2013 it's your gateway to creative self-expression.\nWhat Makes This Special:\n\n\nMatching Customizable T-Shirt for You: Sasha comes with a matching graphic tee that you can personalize and style your own way \u2013 just like she did!\n\nRunway-Ready Fashion: Sasha transformed her tee into a chic cami dress, paired with a white skirt, trendy blue Mary Janes, matching handbag, and stylish shades\n\nGorgeous Hair & Makeup: Long flowing hair with face-framing braids and soft glam makeup featuring a cool-toned lip\n\nComplete the Look: Includes fashion accessories to create endless styling possibilities\n\nShare the Fashion Passion:\nSasha believes fashion is about expressing who you are. With your matching customizable shirt, you and Sasha can twin in style or create your own unique looks. Whether you're collecting, playing, or displaying, this fashion doll brings creativity and confidence to life.\nIndividual fashions, matching passions!", "data": {"dataFacets": []}, "categories": ["Home > Bratz"], "gender": "Kids", "product_images": [], "market_id": 115, "remote_code": "bratz-stylin-sasha-fashion-doll-with-customizable-t-shirt-for-you-and-accessories", "is_lost": 0, "variants": [{"remote_code": "51989320466799", "upc": "14714831929711", "additional_upc": "1747750725", "remote_url": "https://shop.mgae.com/products/bratz-stylin-sasha-fashion-doll-with-customizable-t-shirt-for-you-and-accessories", "size": "N/A", "origin_color": "N/A", "price": 32.99, "variant_images": ["https://shop.mgae.com/cdn/shop/files/544890-Bratz-Stylin-Doll-Sasha.jpg?v=1747750725", "https://shop.mgae.com/cdn/shop/files/544890-Bratz-Stylin-Doll-Sasha1.jpg?v=1747750725", "https://shop.mgae.com/cdn/shop/files/544890-Bratz-Stylin-Doll-Sasha2.jpg?v=1747750725", "https://shop.mgae.com/cdn/shop/files/544890-Bratz-Stylin-Doll-Sasha3.jpg?v=1747750725", "https://shop.mgae.com/cdn/shop/files/544890-Bratz-Stylin-Doll-Sasha5.jpg?v=1747750882", "https://shop.mgae.com/cdn/shop/files/544890-Bratz-Stylin-Doll-Sasha4.jpg?v=1747750886", "https://shop.mgae.com/cdn/shop/files/Bratz-Stylin-Girls.jpg?v=1747750886", "https://shop.mgae.com/cdn/shop/files/544890-Bratz-Stylin-Doll-Sasha6.jpg?v=1747750886", "https: https://cdn.shopify.com/s/files/1/0272/0202/7618/files/Bratz-Stylin-Sasha-Video.jpg?v=1760536961"], "stock_count": 1, "data": ["transfer"], "image_url": "https://shop.mgae.com/cdn/shop/files/544890-Bratz-Stylin-Doll-Sasha.jpg?v=1747750725", "description": "Color: N/A; Size: N/A", "colors": ["N/A"]}]}, "remote_url": "https://shop.mgae.com/products/bratz-stylin-sasha-fashion-doll-with-customizable-t-shirt-for-you-and-accessories", "parsing_type": "full", "finalize": false, "parsing_code": 200, "parsing_text": "[200] Success: Item: 'bratz-stylin-sasha-fashion-doll-with-customizable-t-shirt-for-you-and-accessories' - 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__} '
|