| body |
{"product": {"rating": null, "rating_count": null, "brand": "Brooke & Dylan LLC", "name": "PoolCandy Flamingo Ride-On Inflatable Pool Noodle", "description": "Splash into summer fun with the Flamingo Ride-On Pool Noodle from PoolCandy! This vibrant and playful pool noodle is not just a treat for the eyes with its flamingo-inspired design, but it's also your pool-time pal ready to make every swim session unforgettable. Experience the joy of riding the waves in style or simply floating blissfully under the sun. Master the art of pool lounging or engage in exhilarating water games; this ride-on is ready for it all. \nPerfect for kids and grown-ups! \nSupports up to 200 lbs with ease \nInflatable design for quick setup \nSuitable for ages 6+ \nAdaptable for sitting or laying positions \n", "data": {"dataFacets": []}, "categories": ["Inflatable Pool"], "gender": "Kids", "product_images": [], "market_id": 108, "remote_code": "flamingo-ride-on-pool-noodle", "is_lost": 0, "variants": [{"remote_code": "50709847671000", "upc": "", "additional_upc": "", "remote_url": "https://www.toysrus.com/products/flamingo-ride-on-pool-noodle", "size": "N/A", "origin_color": "N/A", "price": 19.99, "variant_images": [], "stock_count": 1, "data": ["transfer"], "image_url": "https://www.toysrus.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12_1024x1024.gif", "description": "Color: N/A; Size: N/A", "colors": ["N/A"]}]}, "remote_url": "https://www.toysrus.com/products/flamingo-ride-on-pool-noodle", "parsing_type": "full", "finalize": false, "parsing_code": 200, "parsing_text": "[200] Success: Item: 'flamingo-ride-on-pool-noodle' - 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__} '
|