2022-11-19 16:51:33 [scrapy.core.scraper] ERROR: Error processing {'addr_full': 'British Colonial Centre of Commerce - 1 Bay Street', 'brand': 'Dairy Queen', 'brand_wikidata': 'Q1141226', 'city': 'Nassau', 'country': 'BS', 'extras': {'@spider': 'dairyqueen'}, 'lat': 'null', 'lon': 'null', 'name': 'DQ STORE (Treat Only)', 'phone': '0112413227073', 'postcode': None, 'ref': 15185, 'state': None, 'website': 'https://www.dairyqueen.com/locations//nassau/british-colonial-centre-of-commerce-1-bay-street/15185'} Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/usr/local/lib/python3.9/site-packages/scrapy/utils/defer.py", line 285, in f return deferred_from_coro(coro_f(*coro_args, **coro_kwargs)) File "/opt/app/locations/pipelines.py", line 163, in process_item if not (self.min_lat < float(lat) < self.max_lat): ValueError: could not convert string to float: 'null' 2022-11-19 16:51:34 [scrapy.core.scraper] ERROR: Error processing {'addr_full': 'Seagrapes Shopping Centre', 'brand': 'Dairy Queen', 'brand_wikidata': 'Q1141226', 'city': 'Nassau', 'country': 'BS', 'extras': {'@spider': 'dairyqueen'}, 'lat': 'null', 'lon': 'null', 'name': 'DQ STORE (Treat Only)', 'phone': '0112423647072', 'postcode': None, 'ref': 14740, 'state': None, 'website': 'https://www.dairyqueen.com/locations//nassau/seagrapes-shopping-centre/14740'} Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/usr/local/lib/python3.9/site-packages/scrapy/utils/defer.py", line 285, in f return deferred_from_coro(coro_f(*coro_args, **coro_kwargs)) File "/opt/app/locations/pipelines.py", line 163, in process_item if not (self.min_lat < float(lat) < self.max_lat): ValueError: could not convert string to float: 'null' 2022-11-19 16:51:34 [scrapy.core.scraper] ERROR: Error processing {'addr_full': '4601 Northshore Drive', 'brand': 'Dairy Queen', 'brand_wikidata': 'Q1141226', 'city': 'North Little Rock', 'country': 'US', 'extras': {'@spider': 'dairyqueen'}, 'lat': 'null', 'lon': 'null', 'name': 'DQ Grill & Chill Restaurant (Food and Treat)', 'phone': None, 'postcode': '72113', 'ref': 16347, 'state': 'AR', 'website': 'https://www.dairyqueen.com/locations/ar/north-little-rock/4601-northshore-drive/16347'} Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 892, in _runCallbacks current.result = callback( # type: ignore[misc] File "/usr/local/lib/python3.9/site-packages/scrapy/utils/defer.py", line 285, in f return deferred_from_coro(coro_f(*coro_args, **coro_kwargs)) File "/opt/app/locations/pipelines.py", line 163, in process_item if not (self.min_lat < float(lat) < self.max_lat): ValueError: could not convert string to float: 'null'