| row_id |
27179 |
| time_created |
2026-06-19 01:03:01.870533 |
| endpoint |
https://usmall-catalog.shopfans.io/log/product_upload |
| params |
|
| body |
{"product": {"rating": null, "rating_count": null, "brand": "Rhode", "name": "the sun-kissed set", "description": "Choose your\u00a0highlight + bronze combo\u00a0for a radiant, sun-kissed look. Highlight Milk is a hybrid\u00a0luminizer\u00a0that enhances bare skin and makeup with a shimmery, naturally luminous finish. Pocket Bronze is an on-the-go bronzer that delivers hydrating, buildable color and stays all day. Includes 2 full-size products:\u00a0Highlight Milk and Pocket Bronze in shades of your choice.\u00a0\n\nOriginal Value: $53\nFree standard shipping on orders over $45", "data": {"dataFacets": []}, "categories": ["Two shades of your choice"], "gender": "Woman", "product_images": [], "market_id": 124, "remote_code": "the-sun-kissed-set", "is_lost": 0, "variants": [{"remote_code": "the-sun-kissed-set?variant=48025634144494", "upc": "48025634144494", "additional_upc": "1780105812", "remote_url": "https://www.rhodeskin.com/products/the-sun-kissed-set?variant=48025634144494", "size": "N/A", "origin_color": "N/A", "price": 50.0, "variant_images": ["www.rhodeskin.com/cdn/shop/files/sun-kissed-set-hero3-desktop_3e36b5bd-2b49-4989-80b3-8feec87677a1_1024x.jpg?v=1780099065", "www.rhodeskin.com/cdn/shop/files/sun-kissed-set-hero2-desktop_1024x.jpg?v=1780098001", "www.rhodeskin.com/cdn/shop/files/sun-kissed-set-hero1-desktop_1024x.jpg?v=1780101576", "www.rhodeskin.com/cdn/shop/files/sun-kissed-set-hero3-desktop_1024x.jpg?v=1779919391"], "stock_count": 0, "data": ["transfer"], "image_url": "www.rhodeskin.com/cdn/shop/files/sun-kissed-set-hero1-desktop_320x.jpg?v=1780101576", "description": "Color: N/A; Size: N/A", "colors": ["N/A"], "combo_key": "N/AN/A"}]}, "remote_url": "https://www.rhodeskin.com/products/the-sun-kissed-set", "parsing_type": "full", "finalize": false, "parsing_code": 200, "parsing_text": "[200] Success: Item: 'the-sun-kissed-set' - parsed successfully. additional_error_text=''"} |
| status_code |
500 |
| 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__} '
|