Head
2026-06-16 10:21:00 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-06-16 10:21:00 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
'libxml2': '2.14.6',
'cssselect': '1.3.0',
'parsel': '1.10.0',
'w3lib': '2.0.0',
'Twisted': '25.5.0',
'Python': '3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0]',
'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
'cryptography': '46.0.3',
'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-06-16 10:21:00 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-06-16 10:21:00 [asyncio] DEBUG: Using selector: EpollSelector
2026-06-16 10:21:00 [scrapy.addons] INFO: Enabled addons:
[]
2026-06-16 10:21:00 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-06-16 10:21:00 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-06-16 10:21:01 [scrapy.extensions.telnet] INFO: Telnet Password: 77b0e1c4a9cebbbf
2026-06-16 10:21:01 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.logcount.LogCount',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats']
2026-06-16 10:21:01 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x7c8653738400>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/lock_wood/4c8d9af8695c11f19d6d0050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-06-16 10:21:01 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 10:21:01 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 10:21:01 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-06-16 10:21:01 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-06-16 10:21:01 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-06-16 10:21:01 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.process_item)
2026-06-16 10:21:01 [scrapy.core.engine] INFO: Spider opened
2026-06-16 10:21:01 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.lock_wood.ListingSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
warn(
2026-06-16 10:21:01 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-06-16 10:21:01 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-06-16 10:21:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:21:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://lockwoodmathewsmansion.com/upcoming-events/> (referer: None) ['zyte-api']
2026-06-16 10:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://lockwoodmathewsmansion.com/exhibit/> (referer: None) ['zyte-api']
2026-06-16 10:21:02 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://lockwoodmathewsmansion.com/event/the-red-carpet-gala/>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-06-16 10:21:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:21:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:21:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:21:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:21:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://lockwoodmathewsmansion.com/event/19th-annual-old-fashioned-flea-market/> (referer: None) ['zyte-api']
2026-06-16 10:21:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://lockwoodmathewsmansion.com/exhibit/a-journey-of-hope-the-irish-american-immigrant-experience/> (referer: None) ['zyte-api']
2026-06-16 10:21:04 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:21:04 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 29185
2026-06-16 10:21:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://lockwoodmathewsmansion.com/event/19th-annual-old-fashioned-flea-market/>
{'event_url': 'https://lockwoodmathewsmansion.com/event/19th-annual-old-fashioned-flea-market/',
'platform': 'Lock wood Mathews Mansion',
'platform_hash': '0e2bf2323a9c2f1244bcdaa9251966e7',
'raw_body': '<main class="main" role="main">\n'
' <header>\n'
' <h2>\n'
' 19th Annual Old-fashioned Flea '
'Market <small>September 13, 2026, 10:00 am - '
'4:00 pm</small>\n'
' \n'
' </h2>\n'
' </header>\n'
' \n'
'<p><img decoding="async" class="aligncenter wp-image-15790" '
'src="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/2026-flea-market-trimmed-1024x349.png" '
'alt="" width="750" height="256" '
'srcset="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/2026-flea-market-trimmed-1024x349.png '
Tail
' \n'
'<h2 style="text-align: center;"><img decoding="async" '
'class="wp-image-15795 alignleft" '
'src="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Save-the-Date-Cover-t-rimmed-664x1024.jpg" '
'alt="" width="300" height="463" '
'srcset="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Save-the-Date-Cover-t-rimmed-664x1024.jpg '
'664w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Save-the-Date-Cover-t-rimmed-194x300.jpg '
'194w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Save-the-Date-Cover-t-rimmed-768x1185.jpg '
'768w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Save-the-Date-Cover-t-rimmed-995x1536.jpg '
'995w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Save-the-Date-Cover-t-rimmed.jpg '
'1160w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Save-the-Date-Cover-t-rimmed-55x85.jpg '
'55w" sizes="(max-width: 300px) 100vw, 300px"><em><span '
'style="font-size: 14pt;">Please Join Us For:<br>\n'
'</span></em>The Mansion’s Red Carpet Gala</h2>\n'
'<p style="text-align: center;"><em>Featuring</em><br>\n'
'<span style="font-size: 14pt;"><strong>Cocktails, Dinner, Silent '
'and Live Auctions</strong></span><br>\n'
'✴<br>\n'
'<strong><span style="font-size: 14pt;">Hollywood '
'Glamour</span></strong><br>\n'
'✴<br>\n'
'<span style="font-size: 14pt;"><strong>Exhibition '
'Preview:</strong> <em>The Evolving Icon</em></span></p>\n'
'<p style="text-align: center;"><em>Featuring</em><br>\n'
'The Connecticut Society of Portrait Artists</p>\n'
'<p style="text-align: center;"><strong>Black-tie or Red Carpet '
'Ready Attire</strong></p>\n'
'<p style="text-align: center;">For tickets/tables: 203-838-9799 '
'~ ext. 3 or <a href="/cdn-cgi/l/email-protection" '
'class="__cf_email__" '
'data-cfemail="8de4e3ebe2cde1e2eee6fae2e2e9e0ecf9e5e8fafee0ece3fee4e2e3a3eee2e0">[email\xa0'
'protected]</a><br>\n'
'For Sponsorships: Susan Gilgore, Executive Director<br>\n'
'203-838-9799 ~ ext. 110 or <a href="/cdn-cgi/l/email-protection" '
'class="__cf_email__" '
'data-cfemail="ff8c98969398908d9abf93909c948890909b929e8b979a888c929e918c969091d19c9092">[email\xa0'
'protected]</a></p>\n'
'<p>\xa0</p>\n'
'<hr>\n'
'<p style="text-align: center;">GALA DISTINGUISHED '
'BENEFACTORS:</p>\n'
'<table style="border-collapse: collapse; width: 100%;">\n'
'<tbody>\n'
'<tr>\n'
'<td style="width: 50%;"><img decoding="async" class="aligncenter '
'wp-image-15750" '
'src="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/03/fcb-logo-1.png" '
'alt="" width="250" height="70" '
'srcset="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/03/fcb-logo-1.png '
'325w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/03/fcb-logo-1-300x85.png '
'300w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/03/fcb-logo-1-103x29.png '
'103w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/03/fcb-logo-1-69x19.png '
'69w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/03/fcb-logo-1-52x14.png '
'52w" sizes="(max-width: 250px) 100vw, 250px"></td>\n'
'<td style="width: 50%;"><img loading="lazy" decoding="async" '
'class="aligncenter wp-image-15486" '
'src="https://lockwoodmathewsmansion.com/wp-content/uploads/2025/06/Northmarq_logo_stacked_full_color_high_res-1024x905.jpg" '
'alt="Northmarq" width="100" height="88" '
'srcset="https://lockwoodmathewsmansion.com/wp-content/uploads/2025/06/Northmarq_logo_stacked_full_color_high_res-1024x905.jpg '
'1024w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2025/06/Northmarq_logo_stacked_full_color_high_res-300x265.jpg '
'300w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2025/06/Northmarq_logo_stacked_full_color_high_res-768x679.jpg '
'768w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2025/06/Northmarq_logo_stacked_full_color_high_res-1536x1358.jpg '
'1536w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2025/06/Northmarq_logo_stacked_full_color_high_res-2048x1810.jpg '
'2048w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2025/06/Northmarq_logo_stacked_full_color_high_res-96x85.jpg '
'96w" sizes="auto, (max-width: 100px) 100vw, 100px"></td>\n'
'</tr>\n'
'</tbody>\n'
'</table>\n'
'<p>\xa0</p>\n'
'<p style="text-align: center;">GALA SUSTAINERS:</p>\n'
'<table style="border-collapse: collapse; width: 100%;">\n'
'<tbody>\n'
'<tr>\n'
'<td style="width: 50%;"><img loading="lazy" decoding="async" '
'class="aligncenter wp-image-15796" '
'src="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Seaman-Logo-e1778272617964-285x227.jpg" '
'alt="" width="100" height="80" '
'srcset="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Seaman-Logo-e1778272617964-285x227.jpg '
'285w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Seaman-Logo-e1778272617964-300x239.jpg '
'300w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Seaman-Logo-e1778272617964.jpg '
'540w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Seaman-Logo-e1778272617964-190x151.jpg '
'190w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Seaman-Logo-e1778272617964-142x113.jpg '
'142w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Seaman-Logo-e1778272617964-107x85.jpg '
'107w" sizes="auto, (max-width: 100px) 100vw, 100px"></td>\n'
'<td style="width: 50%;"><img loading="lazy" decoding="async" '
'class="aligncenter wp-image-15825" '
'src="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Alchemy-Celebrations-Transparent-e1781099468134-1024x309.png" '
'alt="" width="199" height="60" '
'srcset="https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Alchemy-Celebrations-Transparent-e1781099468134-1024x309.png '
'1024w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Alchemy-Celebrations-Transparent-e1781099468134-300x91.png '
'300w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Alchemy-Celebrations-Transparent-e1781099468134-768x232.png '
'768w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Alchemy-Celebrations-Transparent-e1781099468134-1536x464.png '
'1536w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Alchemy-Celebrations-Transparent-e1781099468134-1325x400.png '
'1325w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Alchemy-Celebrations-Transparent-e1781099468134-282x85.png '
'282w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2026/05/Alchemy-Celebrations-Transparent-e1781099468134.png '
'1647w" sizes="auto, (max-width: 199px) 100vw, 199px"></td>\n'
'</tr>\n'
'</tbody>\n'
'</table>\n'
'<p style="text-align: center;">\n'
'</p><hr>\n'
'<p style="text-align: center;">2026 SEASON DISTINGUISHED '
'BENEFACTORS:</p>\n'
'<p style="text-align: center;"><img loading="lazy" '
'decoding="async" class="wp-image-14490 size-medium aligncenter" '
'src="https://lockwoodmathewsmansion.com/wp-content/uploads/2024/01/Norwalk-New-Logo-2023-300x51.jpg" '
'alt="" width="300" height="51" '
'srcset="https://lockwoodmathewsmansion.com/wp-content/uploads/2024/01/Norwalk-New-Logo-2023-300x51.jpg '
'300w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2024/01/Norwalk-New-Logo-2023-1024x174.jpg '
'1024w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2024/01/Norwalk-New-Logo-2023-768x131.jpg '
'768w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2024/01/Norwalk-New-Logo-2023-938x159.jpg '
'938w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2024/01/Norwalk-New-Logo-2023-703x120.jpg '
'703w, '
'https://lockwoodmathewsmansion.com/wp-content/uploads/2024/01/Norwalk-New-Logo-2023.jpg '
'1200w" sizes="auto, (max-width: 300px) 100vw, 300px"></p>\n'
'<p style="text-align: center;">The Maurice Goodman Foundation, '
'Inc.<br>\n'
'Lockwood-Mathews Foundation, Inc.</p>\n'
'<p style="text-align: center;">LEADERSHIP PATRONS:<br>\n'
'Dr. Michele and Attorney Miklos Koleszar<br>\n'
'The Sealark Foundation, Inc.</p>\n'
'<p style="text-align: center;">FOUNDING PATRONS:<br>\n'
'The Estate of Cynthia Clark Brown</p>\n'
'\n'
'\n'
' </main>'}
2026-06-16 10:21:05 [scrapy.core.engine] INFO: Closing spider (finished)
2026-06-16 10:21:05 [scrapy.extensions.feedexport] INFO: Stored csv feed (4 items) in: output/2026/06/16/lock_wood.csv
2026-06-16 10:21:05 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 5344,
'downloader/request_count': 6,
'downloader/request_method_count/GET': 6,
'downloader/response_bytes': 458381,
'downloader/response_count': 6,
'downloader/response_status_count/200': 6,
'elapsed_time_seconds': 3.766879,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 6, 16, 8, 21, 5, 9693, tzinfo=datetime.timezone.utc),
'item_scraped_count': 4,
'items_per_minute': 80.0,
'log_count/DEBUG': 24,
'log_count/INFO': 3,
'log_count/WARNING': 1,
'memusage/max': 92798976,
'memusage/startup': 92798976,
'request_depth_max': 1,
'response_received_count': 6,
'responses_per_minute': 120.0,
'scheduler/dequeued': 6,
'scheduler/dequeued/memory': 6,
'scheduler/enqueued': 6,
'scheduler/enqueued/memory': 6,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 6,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 1.2996367259571948,
'scrapy-zyte-api/mean_response_seconds': 1.5172513518482447,
'scrapy-zyte-api/processed': 6,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 6,
'scrapy-zyte-api/request_args/httpResponseBody': 6,
'scrapy-zyte-api/request_args/httpResponseHeaders': 6,
'scrapy-zyte-api/request_args/url': 6,
'scrapy-zyte-api/status_codes/200': 6,
'scrapy-zyte-api/success': 6,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 6, 16, 8, 21, 1, 242814, tzinfo=datetime.timezone.utc)}
2026-06-16 10:21:05 [scrapy.core.engine] INFO: Spider closed (finished)