2026-03-28 09:16:08 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 97,
'car_expert_report_source_url': None,
'color': 'RED',
'currency': 'GBP',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol/Hybrid',
'id': '8fdac27d-8f9c-5440-a9fe-aa039fdb846d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OE72TYT',
'link_to_web_offer': 'https://www.manheim.co.uk/vehicle-detail/RENAULT/CLIO?id=4085971',
'listing': 'auction',
'location': 'Birmingham - In Transit',
'make': 'RENAULT',
'model': 'CLIO',
'odometer': None,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-20',
'seller_name': 'Available Car',
'title': 'RENAULT CLIO 1.6 E-TECH full hybrid 145 Techno 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 E-TECH full hybrid 145 Techno 5dr Auto',
'year': 2023}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 09:16:14 [crawlers.pipelines.post_to_api] ERROR: manheim.gb, item_id 86996a61-505c-550a-a774-37570b4de46e: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022SILVER\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: \u0022D M Keith Ltd\u0022, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022KIA SPORTAGE 1.6T GDi ISG GT-Line 5dr\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022GBP\u0022}, \u0022Make\u0022: \u0022KIA\u0022, \u0022Model\u0022: \u0022SPORTAGE\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.6L\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 2}, \u0022RegistrationDate\u0022: \u00222024-03-07\u0022, \u0022LinkToWebOffer\u0022: \u0022https://www.manheim.co.uk/vehicle-detail/KIA/SPORTAGE?id=4097336\u0022, \u0022Location\u0022: \u0022Leeds - In Transit\u0022, \u0022OriginCountryCode\u0022: \u0022GB\u0022, \u0022Trim\u0022: \u00221.6T GDi ISG GT-Line 5dr\u0022, \u0022LicensePlate\u0022: \u0022YD24GVU\u0022, \u0022Year\u0022: 2024, \u0022Listing\u0022: \u0022auction\u0022, \u0022CO2EmissionValue\u0022: 154, \u0022CarExpertReportSourceUrl\u0022: null, \u0022ExpirationDate\u0022: \u00222026-04-01T09:00:00Z\u0022, \u0022IsVatDeductible\u0022: false, \u0022IsVatIncluded\u0022: false, \u0022Id\u0022: \u002286996a61-505c-550a-a774-37570b4de46e\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Sat, 28 Mar 2026 09:16:14 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-28 09:16:14 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 09:16:14 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': None,
'color': 'SILVER',
'currency': 'GBP',
'engine': '1.6L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '86996a61-505c-550a-a774-37570b4de46e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YD24GVU',
'link_to_web_offer': 'https://www.manheim.co.uk/vehicle-detail/KIA/SPORTAGE?id=4097336',
'listing': 'auction',
'location': 'Leeds - In Transit',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': None,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-07',
'seller_name': 'D M Keith Ltd',
'title': 'KIA SPORTAGE 1.6T GDi ISG GT-Line 5dr',
'transmission': 'manual',
'trim': '1.6T GDi ISG GT-Line 5dr',
'year': 2024}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 09:17:21 [crawlers.pipelines.post_to_api] ERROR: manheim.gb, item_id 4d7b9790-b5e5-508d-bf00-5c7b9127a3c4: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022SILVER\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: \u0022D M Keith Ltd\u0022, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022KIA SPORTAGE 1.7 CRDi ISG 2 5dr\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022GBP\u0022}, \u0022Make\u0022: \u0022KIA\u0022, \u0022Model\u0022: \u0022SPORTAGE\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.7L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 2}, \u0022RegistrationDate\u0022: \u00222016-06-27\u0022, \u0022LinkToWebOffer\u0022: \u0022https://www.manheim.co.uk/vehicle-detail/KIA/SPORTAGE?id=4120930\u0022, \u0022Location\u0022: \u0022Leeds - In Transit\u0022, \u0022OriginCountryCode\u0022: \u0022GB\u0022, \u0022Trim\u0022: \u00221.7 CRDi ISG 2 5dr\u0022, \u0022LicensePlate\u0022: \u0022YL16DHX\u0022, \u0022Year\u0022: 2016, \u0022Listing\u0022: \u0022auction\u0022, \u0022CO2EmissionValue\u0022: 119, \u0022CarExpertReportSourceUrl\u0022: null, \u0022ExpirationDate\u0022: \u00222026-04-01T09:00:00Z\u0022, \u0022IsVatDeductible\u0022: false, \u0022IsVatIncluded\u0022: false, \u0022Id\u0022: \u00224d7b9790-b5e5-508d-bf00-5c7b9127a3c4\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Sat, 28 Mar 2026 09:17:20 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-28 09:17:21 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 09:17:21 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'color': 'SILVER',
'currency': 'GBP',
'engine': '1.7L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '4d7b9790-b5e5-508d-bf00-5c7b9127a3c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YL16DHX',
'link_to_web_offer': 'https://www.manheim.co.uk/vehicle-detail/KIA/SPORTAGE?id=4120930',
'listing': 'auction',
'location': 'Leeds - In Transit',
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': None,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-27',
'seller_name': 'D M Keith Ltd',
'title': 'KIA SPORTAGE 1.7 CRDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.7 CRDi ISG 2 5dr',
'year': 2016}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 09:17:21 [crawlers.pipelines.post_to_api] ERROR: manheim.gb, item_id 720ba4e0-58d0-5471-98e7-a782a83e962f: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022SILVER\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: \u0022D M Keith Ltd\u0022, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022VAUXHALL CORSA 1.2i 16V Life 5dr [AC]\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022GBP\u0022}, \u0022Make\u0022: \u0022VAUXHALL\u0022, \u0022Model\u0022: \u0022CORSA\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.2L\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 2}, \u0022RegistrationDate\u0022: \u00222009-03-13\u0022, \u0022LinkToWebOffer\u0022: \u0022https://www.manheim.co.uk/vehicle-detail/VAUXHALL/CORSA?id=4120896\u0022, \u0022Location\u0022: \u0022Leeds - In Transit\u0022, \u0022OriginCountryCode\u0022: \u0022GB\u0022, \u0022Trim\u0022: \u00221.2i 16V Life 5dr [AC]\u0022, \u0022LicensePlate\u0022: \u0022PK09BDY\u0022, \u0022Year\u0022: 2009, \u0022Listing\u0022: \u0022auction\u0022, \u0022CO2EmissionValue\u0022: 139, \u0022CarExpertReportSourceUrl\u0022: null, \u0022ExpirationDate\u0022: \u00222026-04-01T09:00:00Z\u0022, \u0022IsVatDeductible\u0022: false, \u0022IsVatIncluded\u0022: false, \u0022Id\u0022: \u0022720ba4e0-58d0-5471-98e7-a782a83e962f\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Sat, 28 Mar 2026 09:17:21 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-28 09:17:21 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 09:17:21 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 139,
'car_expert_report_source_url': None,
'color': 'SILVER',
'currency': 'GBP',
'engine': '1.2L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Petrol',
'id': '720ba4e0-58d0-5471-98e7-a782a83e962f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PK09BDY',
'link_to_web_offer': 'https://www.manheim.co.uk/vehicle-detail/VAUXHALL/CORSA?id=4120896',
'listing': 'auction',
'location': 'Leeds - In Transit',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': None,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-13',
'seller_name': 'D M Keith Ltd',
'title': 'VAUXHALL CORSA 1.2i 16V Life 5dr [AC]',
'transmission': 'manual',
'trim': '1.2i 16V Life 5dr [AC]',
'year': 2009}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing