| body |
{"product": {"rating": 4.06, "rating_count": 18, "brand": "The North Face", "name": "Short-Sleeve Top Crown Shyness T-Shirt", "description": "What Our Gearhead\u00ae Experts Are Saying:\"I\u2019ve worn this tee on mellow hikes and around town, and the Climate Conscious Cotton really does feel softer than a standard cotton blend. It breathes well on warm days, and the graphic stays crisp after repeated washes. I usually suggest sizing with care since natural fibers can tighten a bit over time.\"When we pull on The North Face Top Crown Shyness T-Shirt, we get that familiar comfort of a go-to tee with the added bonus of a nature-inspired graphic that reminds us of long days beneath the canopy. The breathable cotton blend keeps us moving comfortably through morning walks, post-hike hangs, and everyday errands.With Climate Conscious Cotton supporting better soil health and reduced environmental impact, we get that lived-in softness backed by materials we can feel good about. The recycled polyester used in the heathered colorway adds durability without compromising comfort, letting the tee hold its shape through countless wears. Simple, soft, and subtly outdoorsy, the Top Crown Shyness T-Shirt fits easily into any day that starts\u2014or ends\u2014outside.", "data": {"dataFacets": [{"name": "Material", "values": ["Polyester", "Cotton", "Fabric"]}, {"name": "Fit", "values": ["Regular"]}]}, "categories": ["Men's Clothing > Men's Shirts > Men's T-Shirts > Men's Short-Sleeve T-Shirts"], "gender": "Men's", "product_images": [], "market_id": 17, "remote_code": "the-north-face-short-sleeve-top-crown-shyness-t-shirt-mens", "is_lost": 0, "variants": [{"remote_code": "TNFZDRY-TNMEGRHE-S", "upc": "", "email_meta": "TNFZDRY", "remote_url": "https://www.backcountry.com/the-north-face-short-sleeve-top-crown-shyness-t-shirt-mens?skid=TNFZDRY-TNMEGRHE-S", "size": "S", "origin_color": "TNF Medium Grey Heather", "price": 21.0, "price_full": 35.0, "variant_images": ["https://www.backcountry.com/images/items/1200/TNF/TNFZDRY/TNMEGRHE.jpg", "https://www.backcountry.com/images/items/1200/TNF/TNFZDRY/TNMEGRHE_D8.jpg", "https://www.backcountry.com/images/items/1200/TNF/TNFZDRY/TNMEGRHE_D7.jpg", "https://www.backcountry.com/images/items/1200/TNF/TNFZDRY/TNMEGRHE_D6.jpg", "https://www.backcountry.com/images/items/1200/TNF/TNFZDRY/TNMEGRHE_D5.jpg"], "stock_count": 1, "data": ["transfer"], "image_url": "https://www.backcountry.com/images/items/1200/TNF/TNFZDRY/TNMEGRHE.jpg", "description": "TNF Medium Grey Heather, S", "colors": ["TNF Medium Grey Heather"]}]}, "remote_url": "https://www.backcountry.com/the-north-face-short-sleeve-top-crown-shyness-t-shirt-mens", "parsing_type": "full", "finalize": false, "parsing_code": 200, "parsing_text": "[200] Success: Item: 'the-north-face-short-sleeve-top-crown-shyness-t-shirt-mens' - 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 495, in log_product_upload
add_product_history(db, market_id, remote_code, json_data)
File "/opt/working_folder/api/logging_router/api/product_logging.py", line 319, in add_product_history
.first()
^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py", line 2728, in first
return self.limit(1)._iter().first() # type: ignore
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/query.py", line 2827, in _iter
result: Union[ScalarResult[_T], Result[_T]] = self.session.execute(
^^^^^^^^^^^^^^^^^^^^^
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 2247, in _execute_internal
result: Result[Any] = compile_state_cls.orm_execute_statement(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/context.py", line 305, in orm_execute_statement
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)
|