| body |
{"product": {"rating": 4.7, "rating_count": 25, "brand": "LOL Surprise", "name": "LOL Surprise Loves Hello Kitty\u2122 Reversible Plush Surprise with Matching LOL Tot and Keychain", "description": "Double the cuteness and double the surprise! Introducing the first-ever LOL Surprise plush collaboration with Hello Kitty\u2122 - the all-new LOL Surprise Loves Hello Kitty\u2122 Reversible Plush Surprise! This special crossover brings together the world of LOL Surprise and Hello Kitty\u2122 in one irresistibly soft, collectible experience.\nEach adorable plush keychain includes a matching LOL Tot inside, along with 5 total surprises to unbox - including an outfit, shoes, collectible plush, and pink keychain for on-the-go play. But the fun doesn\u2019t stop there - Unbox your plush to find your LOL Tot Doll, then reverse the plush inside out to reveal a second surprise Sanrio\u2122 character!\nDiscover iconic characters like Hello Kitty\u2122, My Melody\u2122 Kuromi\u2122, Pompompurin\u2122, TuxedoSam\u2122 and Cinnamoroll\u2122 - each plush has unique details, colors, and soft textures that bring these beloved worlds together in the most adorable way!\nOnce you\u2019ve revealed both sides, reattach the removable pink heart keychain and clip your plush to a bag, backpack, or purse to take the fun wherever you go! Each reversible plush also includes a matching mini L.O.L. Tot Doll styled to match her Sanrio\u2122 friend - the perfect combo for play, display and collecting.\nCollect all 6 reversible plush styles and their matching Tots to complete your LOL Surprise Loves Hello Kitty\u2122 collection and flip for a surprise every time!", "data": {"dataFacets": []}, "categories": ["Home > LOL Surprise"], "gender": "Kids", "product_images": [], "market_id": 115, "remote_code": "lol-surprise-loves-hello-kitty-reversible-plush-surprise-asst-in-16", "is_lost": 0, "variants": [{"remote_code": "52358925812079", "upc": "14820636655983", "additional_upc": "1764879414", "remote_url": "https://shop.mgae.com/products/lol-surprise-loves-hello-kitty-reversible-plush-surprise-asst-in-16", "size": "N/A", "origin_color": "N/A", "price": 16.99, "variant_images": ["https://shop.mgae.com/cdn/shop/files/249962-LOL-Surprise-Loves-Hello-Kitty2_66c3d8be-30ed-4815-ac1e-af7fd8768ee8.jpg?v=1764879414", "https://shop.mgae.com/cdn/shop/files/249962-Hello-Kitty-Reversible-Plush.jpg?v=1764942913", "https://shop.mgae.com/cdn/shop/files/249962-Hello-Kitty-Reversible-Plush1.jpg?v=1764942913", "https://shop.mgae.com/cdn/shop/files/249962-LOL-Surprise-Loves-Hello-Kitty5.jpg?v=1764942913", "https://shop.mgae.com/cdn/shop/files/249962-LOL-Surprise-Loves-Hello-Kitty3.jpg?v=1764942913", "https://shop.mgae.com/cdn/shop/files/249962-Hello-Kitty-Reversible-Plush2.jpg?v=1764942913", "https://shop.mgae.com/cdn/shop/files/249962-LOL-Surprise-Loves-Hello-Kitty4.jpg?v=1764942913", "https://shop.mgae.com/cdn/shop/files/249962-Hello-Kitty-Reversible-Plush3.jpg?v=1764942913", "https://shop.mgae.com/cdn/shop/files/249962-LOL-Surprise-Loves-Hello-Kitty7.jpg?v=1764942913", "https://shop.mgae.com/cdn/shop/files/249962-LOL-Surprise-Loves-Hello-Kitty6.jpg?v=1764942913", "https: https://cdn.shopify.com/s/files/1/0272/0202/7618/files/Hello-Kitty-Reversible-Plush-Surprise-Video.jpg?v=1765809735"], "stock_count": 1, "data": ["transfer"], "image_url": "https://shop.mgae.com/cdn/shop/files/249962-LOL-Surprise-Loves-Hello-Kitty2_66c3d8be-30ed-4815-ac1e-af7fd8768ee8.jpg?v=1764879414", "description": "Color: N/A; Size: N/A", "colors": ["N/A"]}]}, "remote_url": "https://shop.mgae.com/products/lol-surprise-loves-hello-kitty-reversible-plush-surprise-asst-in-16", "parsing_type": "full", "finalize": false, "parsing_code": 200, "parsing_text": "[200] Success: Item: 'lol-surprise-loves-hello-kitty-reversible-plush-surprise-asst-in-16' - 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__} '
|