| body |
{"product": {"partial_update": 1, "variant_remote_code": "B09P8V22XC", "rating": 5.0, "rating_count": 1, "brand": "Disney", "seller_name": "Disney", "author": null, "name": "Disney Romper and Headband Outfit Set Newborn to Little Kid Sizes (Newborn - 5)", "description": "Get ready for a day filled with Disney magic when you dress your little girl in this adorable Disney outfit. This stylish one-piece sleeveless romper comes with a matching stretchy bow headband and features an easy-to-dress snap design, cute bows on the shoulder straps, and colorful artwork of her favorite Disney characters. Made of a soft material that keeps your child comfortable, this fashionable Disney set is the perfect outfit for all-day fun and play.\n \n \n \n Fabric type\n \n Interlock, 60% Cotton , 40% Polyester\n \n Care instructions\n \n Machine Wash\n \n Origin\n \n Imported\n \n \n \n About this item \nOfficially licensed Disney infant girls cute and stylish sleeveless one-piece romper and head band\n \nElastic headband; Awesome screen print design; Fashion bow; Cute and stylish ruffles by shoulders; Soft hand screen print design; Pull on closure; 4 snap closure for easy dressing\n \nDurable and long-lasting children\u2019s clothes that lets your kids be kids with fun character designs and a comfortable fit\n \nStylish youth one-piece jumpsuit and headband made of a soft material that is safe for your child\u2019s skin; fashionable clothing that is an essential part of your girl's outfit\n \nPerfect for birthday gift, every day wear, Christmas holiday gift, warm summer days and outdoor play\n \nSee more \nAbout this item\n ", "data": {"dataFacets": []}, "categories": ["Clothing, Shoes & Jewelry > Baby > Baby Girls > Clothing > Footies & Rompers > Rompers"], "gender": "Girl", "product_images": [], "market_id": 37, "remote_code": "B0CB9G1KXL", "is_lost": 0, "variants": [{"remote_code": "B09P8V22XC", "additional_upc": "B09P8V22XC", "remote_url": "https://www.amazon.com/dp/B09P8V22XC?th=1&psc=1", "delivery_days": 4.0, "size": "6-9 Months", "origin_color": "White", "price": 19.99, "variant_images": ["https://m.media-amazon.com/images/I/71Zlf+dEoWL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71B-nVWopaL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71STUnBdPcL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71kXrtkeLpL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71ZAWrGC+tL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/61Wv4gA3FeL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/818j5TpHnDL._AC_SL1500_.jpg"], "stock_count": 1, "data": ["transfer"], "image_url": "https://m.media-amazon.com/images/I/71Zlf+dEoWL._AC_SL1500_._AC_SY300.jpg", "description": "Color: White; Size: 6-9 Months", "colors": ["White"], "upc": "196196906551", "weight": "", "name": "", "combo_key": "6-9 MonthsWhite"}]}, "remote_url": "https://www.amazon.com/dp/B0CB9G1KXL?th=1&psc=1#B09P8V22XC", "parsing_type": "basket", "finalize": false, "parsing_code": 200, "parsing_text": "[200] Success: Item: 'B0CB9G1KXL' - 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 79, in __call__
raise exc
File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 68, in __call__
await self.app(scope, receive, sender)
File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__
raise e
File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__
await self.app(scope, receive, send)
File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 718, in __call__
await route.handle(scope, receive, send)
File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
await self.app(scope, receive, send)
File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 66, in app
response = await func(request)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 274, in app
raw_response = await run_endpoint_function(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 193, in run_endpoint_function
return await run_in_threadpool(dependant.call, **values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/starlette/concurrency.py", line 41, in run_in_threadpool
return await anyio.to_thread.run_sync(func, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/working_folder/api/logging_router/api/product_logging.py", line 705, in log_product_upload
upsert_product_hash(
File "/opt/working_folder/api/logging_router/api/product_logging.py", line 368, in upsert_product_hash
db.execute(stmt)
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py", line 2362, in execute
return self._execute_internal(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py", line 2256, in _execute_internal
result = conn.execute(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py", line 1418, in execute
return meth(
^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection
return connection._execute_clauseelement(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement
ret = self._execute_context(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context
return self._exec_single_context(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context
self._handle_dbapi_exception(
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py", line 2355, in _handle_dbapi_exception
raise sqlalchemy_exception.with_traceback(exc_info[2]) from e
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context
self.dialect.do_execute(
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute
cursor.execute(statement, parameters)
|