| row_id |
27172 |
| time_created |
2026-06-19 01:03:00.463049 |
| endpoint |
https://usmall-catalog.shopfans.io/log/product_upload |
| params |
|
| body |
{"product": {"rating": 4.6, "rating_count": 59, "brand": "Rhode", "name": "the spotwear trio", "description": "Curate your collection of Spotwear in three styles of your choice. Our 100% Hydrocolloid stickers are clinically proven to minimize the look of spots. Stick them on to create a comfy, protective bubble for your spots when you're on the go. They help absorb excess oil and shield against stressors, leaving spots looking smaller, flatter, and less red.Includes: 3 Spotwear packs of your choice (36 stickers per pack, 108 total).\u00a0\n\nOriginal Value: $48\nFree standard shipping on orders over $45", "data": {"dataFacets": []}, "categories": ["Designed with Justin Bieber\u200b"], "gender": "Woman", "product_images": [], "market_id": 124, "remote_code": "the-spotwear-trio", "is_lost": 0, "variants": [{"remote_code": "the-spotwear-trio?variant=47994775077102", "upc": "47994775077102", "additional_upc": "1778266840", "remote_url": "https://www.rhodeskin.com/products/the-spotwear-trio?variant=47994775077102", "size": "N/A", "origin_color": "N/A", "price": 45.0, "variant_images": ["www.rhodeskin.com/cdn/shop/files/spotwear-hero1-desktop_1024x.jpg?v=1775443212", "www.rhodeskin.com/cdn/shop/files/spotwear-set-hero4-desktop_1024x.jpg?v=1775015360", "www.rhodeskin.com/cdn/shop/files/spotwear-trio-hero1-desktop_1024x.jpg?v=1778266726", "www.rhodeskin.com/cdn/shop/files/spotwear-set-hero2-desktop_1024x.jpg?v=1775669413"], "stock_count": 0, "data": ["transfer"], "image_url": "www.rhodeskin.com/cdn/shop/files/spotwear-trio-hero1-desktop_320x.jpg?v=1778266726", "description": "Color: N/A; Size: N/A", "colors": ["N/A"], "combo_key": "N/AN/A"}]}, "remote_url": "https://www.rhodeskin.com/products/the-spotwear-trio", "parsing_type": "full", "finalize": false, "parsing_code": 200, "parsing_text": "[200] Success: Item: 'the-spotwear-trio' - 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__} '
|