PROJECT (event_scrapers)
SPIDER (visit_norwalk)
2026-08-12 03:20:47 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-12 03:20:47 [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, Jun 19 2026, 12:46:00) [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-08-12 03:20:47 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-12 03:20:47 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-12 03:20:47 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-12 03:20:47 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-12 03:20:47 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-12 03:20:47 [scrapy.extensions.telnet] INFO: Telnet Password: 5028221eaab64546
2026-08-12 03:20:47 [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-08-12 03:20:47 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x793d7403b4c0>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/visit_norwalk/0a16a5be95ec11f19e130050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-12 03:20:47 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-12 03:20:47 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-12 03:20:47 [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-08-12 03:20:47 [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-08-12 03:20:47 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-12 03:20:47 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() 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.open_spider)
2026-08-12 03:20:47 [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-08-12 03:20:47 [scrapy.core.engine] INFO: Spider opened
2026-08-12 03:20:47 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.visit_norwalk.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-08-12 03:20:47 [visit_norwalk] INFO: Sending scraped events to prod API
2026-08-12 03:20:47 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-12 03:20:47 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-12 03:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events> (referer: None)
2026-08-12 03:20:49 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-08-27&page=2>, 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-08-12 03:20:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-10-02-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-10-30-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-10-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:50 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-10-02-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#1',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-02T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-02T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236625" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236625" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:50 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-10-30-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#2',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-30T04:00:00-04:00">Friday, Oct 30, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-30T04:00:00-04:00">4:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-30T11:00:00-04:00">11:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236629" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236629" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:51 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-10-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#3',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Lockwood-Mathews Mansion Museum to present a new '
'exhibition on icons in collaboration with CSOPA" '
'class="event-detail_image" loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/ynrfc3idnqlsnrwfaaz9"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Susan Gilgore</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20838-9799">+1 (203) 838-9799</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:info@lockwoodmathewsmansion.com">info@lockwoodmathewsmansion.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Visual Arts</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 13+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://lockwoodmathewsmansion.com/your-visit/" '
'rel="noopener noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>The Lockwood-Mathews Mansion Museum, in collaboration with '
'The Connecticut Society of Portrait Artists, will present “The '
'Evolving Icon.” This group exhibition</p><p>will open to the '
'public on Oct. 7, 2026, at 12 p.m. and run through Jan. '
'3,</p><p>2027. The exhibition viewing will be included with the '
'purchase of a guided</p><p>house tour at <a '
'href="http://www.lockwoodmathewsmansion.com" rel="noopener '
'noreferrer" target="_blank">www.lockwoodmathewsmansion.com.</a> '
'An exclusive preview will be</p><p>featured at the Mansion’s '
'“Red Carpet Gala” on October 3, 2026. The '
'Artists’</p><p>Reception will be held on Thursday, October 8, '
'2026, 5:30–7:30 p.m.</p><p><br/></p><p>The artists included in '
'the exhibition are: Don Arsenault, Gigi Barrett, Linda '
'Champanier, Michel Delafontaine, Katy Despot, Cary Gersh, '
'Jeanine Jackson, Arlene Markoya Lawrence, Ana Paula Martins, '
'Deborah Howland-Murray, Sharon Rubinstein, Nancy Stember, '
'Elizabeth Thomas, Connie van Rhyn, Cindy Wagner, ShawnaLee '
'Waterbury-Kwashnak, and Robert Francis '
'Whelan.</p><p><br/></p><p>This art exhibit was juried by Laurel '
'Stern Boeck, a classically trained artist with an award-winning '
'career in both portraits and landscapes. Ms. Boeck began her '
'studies at the Art Students League of New York, earned a BFA '
'from the School of Visual Arts, and further honed her skills at '
'the John Murray Atelier before completing her MFA at the New '
'York Academy of Art. Through her authentic approach and '
'attention to fine detail, she captures the likeness and essence '
'of her subjects. Her work can be seen in private collections, '
'boardrooms, universities, supreme courts, and Washington '
'institutions.</p><p>This exhibition will focus on hand-rendered '
'portraiture, spanning traditional realism, classical approaches, '
'contemporary interpretations, and experimental, conceptual '
'work.</p><p><br/></p><p>LMMM Trustee and Art Committee Chair '
'Gail Ingis will curate this '
'exploration.</p><p><br/></p><p>LMMM’s 2026 contemporary art '
'exhibits are sponsored in part by LMMM Trustee Kathy Olsen, CPA '
'and Trustee Gail Ingis. 2026 programs are made possible in part '
'by LMMM’s Distinguished Benefactors: The City of Norwalk, The '
'Maurice Goodman Foundation, Inc., and Lockwood-Mathews '
'Foundation, Inc.; LMMM’s Leadership Patrons: Dr. Michele and '
'Attorney Miklos Koleszar; and The Sealark Foundation, Inc. For '
'more information on tours and programs, please visit <a '
'href="http://www.lockwoodmathewsmansion.com," rel="noopener '
'noreferrer" target="_blank">www.lockwoodmathewsmansion.com,</a> '
'email</p><p>info@lockwoodmathewsmansion.com, or call '
'203-838-9799.</p><p><br/></p><p>Artwork: Ana Paula Martins, '
'Celebrating Carmen, Oil Painting</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-07T12:00:00-04:00">Wednesday, Oct '
'7, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-07T12:00:00-04:00">12:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-07T16:00:00-04:00">4:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Day</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_317313" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_317313" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-08T12:00:00-04:00">Thursday, Oct '
'8, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-08-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T12:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-10T12:00:00-04:00">Saturday, Oct '
'10, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-11T12:00:00-04:00">Sunday, Oct 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-14T12:00:00-04:00">Wednesday, Oct '
'14, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-17-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-15T12:00:00-04:00">Thursday, Oct '
'15, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T12:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-19-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-17T12:00:00-04:00">Saturday, Oct '
'17, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-20-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-18T12:00:00-04:00">Sunday, Oct 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/lockwood-mathews-mansion-museum-to-present-a-new-exhibition-on-icons-in-collaboration-with-csopa-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-21T12:00:00-04:00">Wednesday, Oct '
'21, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">12:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Lockwood-Mathews Mansion '
'Museum</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">295 West Avenue</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Lockwood-Mathews+Mansion+Museum,295+West+Avenue,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://lockwoodmathewsmansion.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-10-17-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/american-chamber-orchestra-2026-2027-season1> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/soul-line-dancing-10-06-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-11-06-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-08-27&page=2> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-10-16-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:51 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-10-17-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#4',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Civic Coffee Hour: Learn how to get more involved" '
'class="event-detail_image" loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/vt3ax6urocf8miolktrq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Tony Bacigalupo</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(347)%20559-1437">+1 (347) 559-1437</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:t@bacifam.us">t@bacifam.us</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Neighborhood '
'Gatherings</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 21+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
"<p>Let's talk civic engagement and how to get "
'involved!</p><p>Each session features one or two guest speakers '
'who will tell us about an area of interest we can all learn more '
"about. In the past we've heard from local leaders on mobility "
"and transit, resilience, composting, and more.</p><p>We'll send "
"an update with details for this event's guests when we have "
'them!</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-17T11:00:00-04:00">Saturday, Oct '
'17, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-17T11:00:00-04:00">11:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-17T13:00:00-04:00">1:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Monthly on the 3rd Saturday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_283950" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 2 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_283950" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-08-15-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-15T11:00:00-04:00">Saturday, Aug '
'15, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">11:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-09-19-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-19T11:00:00-04:00">Saturday, Sep '
'19, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">11:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Eco Evolution</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">135 Washington St</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Eco+Evolution,135+Washington+St,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.ecoevolution.co/" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:51 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/american-chamber-orchestra-2026-2027-season1>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#5',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">American Chamber Orchestra</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20247-6907">+1 (203) 247-6907</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:contact.aco@gmail.com">contact.aco@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Concerts & Live '
'Music</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Business</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Please join us for all or individual concerts during our 24th '
'season! All concerts take place at the Norwalk Concert Hall at '
'Norwalk City Hall, 125 East Avenue, Norwalk, CT '
'06851.</p><p>Final programming is not yet set, but please save '
"the dates so you don't miss a note.</p><p>Buy a season ticket "
'and save. Book your tickets through our website:</p><p>Saturday, '
'November 7, 2026 - Season Opener</p><p>Saturday, February 27, '
'2027 - Winter Concert</p><p>Saturday, April 24, 2027 - Early '
'Spring with The Mendelssohn Choir of Connecticut presenting '
'Joseph Haydn\'s "The Creation."</p><p>Saturday, June 5, 2027 - '
'Season Finale with the winners of our 2027 Concerto Competition '
'and more.</p><p>Going to be a great season. Get your tickets '
'now.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-11-07T19:30:00-05:00">Saturday, Nov 7, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-11-07T19:30:00-05:00">7:30 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-11-07T21:30:00-05:00">9:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Norwalk Concert Hall</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">125 East Avenue</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06851</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Norwalk+Concert+Hall,125+East+Avenue,Norwalk,CT,06851" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.norwalksymphony.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$10 - $30</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:51 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/soul-line-dancing-10-06-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#6',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Soul Line Dancing" class="event-detail_image" '
'loading="lazy" '
'src="https://res-2.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/m3fqhauo3kljpfopjqk7"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Performing Arts Lab</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20512-9000">+1 (203) 512-9000</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:norwalkperformingartslab@gmail.com">norwalkperformingartslab@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Performing Arts</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://ctvisit.com/events/soul-line-dancing" '
'rel="noopener noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Come down and boogie @TheLab Tuesdays from 6-8pm</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-06T18:00:00-04:00">Tuesday, Oct 6, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-06T18:00:00-04:00">6:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-06T21:00:00-04:00">9:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Monthly on the 1st Tuesday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_299399" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 1 more date <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_299399" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/soul-line-dancing-09-01-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-01T18:00:00-04:00">Tuesday, Sep 1, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Norwalk Performing Arts '
'Lab</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">300 Grumman Ave</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Norwalk+Performing+Arts+Lab,300+Grumman+Ave,Norwalk,CT" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$10</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:51 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-11-06-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#7',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-11-06T03:00:00-05:00">Friday, Nov 6, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-11-06T03:00:00-05:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-11-06T10:00:00-05:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236630" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236630" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:51 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://www.civiclift.com/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-11-2026> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:51 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-10-16-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#8',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-16T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-16T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236627" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236627" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-10-23-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/the-lockwood-mathews-mansion-museum-to-hold-red-carpet-gala-celebrating-its-cinematic-history> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/npl-movie-weekends-space-jam> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-09-25-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/american-chamber-orchestra-season-opener-november-7-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/npl-movie-weekends-the-lord-of-the-rings-the-fellowship-of-the-ring> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-09-04-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/the-norwalk-art-space-arts-bash-2026-5-years-of-feeding-passions> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-09-19-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-09-11-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:52 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-10-23-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#9',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-23T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-23T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236628" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236628" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:52 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/the-lockwood-mathews-mansion-museum-to-hold-red-carpet-gala-celebrating-its-cinematic-history>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#10',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="The Lockwood-Mathews Mansion Museum to hold Red Carpet '
'Gala Celebrating its Cinematic History" '
'class="event-detail_image" loading="lazy" '
'src="https://res-2.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/cxngefyem15pazyj3kzh"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Susan Gilgore</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20838-9799">+1 (203) 838-9799</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:info@lockwoodmathewsmansion.com">info@lockwoodmathewsmansion.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Fundraising & Charity '
'Events</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Adults (21+)</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Formal</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://lockwoodmathewsmansion.com/event/the-red-carpet-gala/" '
'rel="noopener noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Norwalk, Conn. July 7, 2026– The Lockwood-Mathews Mansion '
'Museum will host a “Red Carpet Gala” on Oct. 3, 2026, at 6 p.m. '
'The event will take place in the Mansion’s historic rooms at 295 '
'West Avenue, Norwalk, CT. LMMM Trustee Ernest DesRochers and '
'Board of Trustees Chairman Douglas Hempstead will co-chair the '
'evening.</p><p><br/></p><p>The gala will feature Hollywood '
'glamour, an exciting cinematic experience courtesy of the Avon '
'Theatre, an exclusive preview of the exhibition, “The Evolving '
'Icon,” in collaboration with The Connecticut Society of Portrait '
'Artists, a formal dinner, silent and live auctions, and more. '
'Guests are encouraged to dress in red carpet or black-tie '
'optional attire.</p><p><br/></p><p>The gala will celebrate the '
'Mansion’s history as a silver-screen backdrop. For the past 50 '
'years, this institution has served as a movie set for widely '
'known films such as “House of Dark Shadows” and “The Stepford '
'Wives.” It was also featured in “Glacier Bay,” starring Norwalk '
'resident and Emmy-nominated actor James Noble, and more '
'recently, Netflix’s “Mr. Harrigan’s Phone,” starring the '
'legendary Donald Sutherland.</p><p><br/></p><p>The Museum’s 2026 '
'Gala is generously sponsored in part by Gala Distinguished '
'Benefactors: Fairfield County Bank and Northmarq; Gala '
'Sustainers: Seaman Construction Inc., and Alchemy Celebrations; '
'and Gala Media Sponsor: Moffly Media.</p><p>LMMM’s 2026 programs '
'are made possible in part by LMMM’s 2026 Season Distinguished '
'Benefactors: The City of Norwalk, The Maurice Goodman '
'Foundation, Inc., and Lockwood-Mathews Foundation,Inc.; LMMM’s '
'Leadership Patrons: Dr. Michele & Attorney Miklos Koleszar '
'and The Sealark Foundation, Inc. For more information on tours '
'and programs, please visit <a '
'href="http://www.lockwoodmathewsmansion.com," rel="noopener '
'noreferrer" target="_blank">www.lockwoodmathewsmansion.com,</a> '
'email info@lockwoodmathewsmansion.com, or call 203-838-9799, '
'ext. 3.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-03T18:00:00-04:00">Saturday, Oct 3, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-03T18:00:00-04:00">6:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-03T22:00:00-04:00">10:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Lockwood-Mathews Mansion '
'Museum</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">295 West Avenue</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Lockwood-Mathews+Mansion+Museum,295+West+Avenue,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://lockwoodmathewsmansion.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:52 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/npl-movie-weekends-space-jam>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#11',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="NPL Movie Weekends: Space Jam" '
'class="event-detail_image" loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/iqvuk1jcnih1tqs1cvs9"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Aldo Araujo</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20899-2780">+1 (203) 899-2780</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:aaraujo@norwalkpl.org">aaraujo@norwalkpl.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Film, Media & Digital '
'Arts</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>**Doors open at 1PM in the auditorium, with the film starting '
'shortly after 1:30PM.**\xa0</p><p><br/></p><p>Join us for our '
'bimonthly NPL Movie Weekends, where we host a free screening of '
'a film for all to enjoy. From classics to modern entries, '
'various genres are covered for the public to enjoy in our '
'auditorium. So grab a seat, take some complimentary snacks, and '
'enjoy the show!</p><p><br/></p><p><em>Michael Jordan makes his '
'starring film debut opposite the celluloid skills of Warner '
"Bros.' Looney Tunes. Jordan must help the Looney Tunes win a "
'basketball game against a group of outer-space creatures who '
'plan, if they win, to kidnap the Looney Tunes and take them to '
'an interplanetary theme park as the latest attraction. Numerous '
'NBA All-Stars, including Charles Barkley, Larry Bird, Patrick '
'Ewing, Larry Johnson, Muggsey Bogues and Shawn Bradley, make '
'appearances. Space Jam is Rated PG for mild cartoon language and '
'violence; the film has a runtime of 1 hour, 28 minutes.</em>\xa0'
'</p><p><br/></p><p>NPL Movie Weekends are hosted in partnership '
'with The Norwalk Film Festival - you can find more information '
'about the event on the\xa0<a '
'href="https://www.norwalkfilmfestival.org" rel="noopener '
'noreferrer" target="_blank">official NFF website</a>\xa0</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-09-20T13:00:00-04:00">Sunday, Sep 20, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-20T13:00:00-04:00">1:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-20T17:00:00-04:00">5:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Norwalk Public Library</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">1 Belden Ave</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Norwalk+Public+Library,1+Belden+Ave,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://norwalkpl.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:52 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-09-25-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#12',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-25T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-25T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236624" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236624" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:52 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/american-chamber-orchestra-season-opener-november-7-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#13',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">American Chamber Orchestra</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20247-6907">+1 (203) 247-6907</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:contact.aco@gmail.com">contact.aco@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Concerts & Live '
'Music</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Business</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Please join us for our Season Opener concert happening on '
'Saturday, November 7, 2026, at 7:30pm at the Norwalk Concert '
'Hall at Norwalk City Hall, 125 East Avenue, Norwalk, CT '
'06851.</p><p>Final programming is not yet set, but please save '
"the dates so you don't miss a note. Book your tickets through "
'our website:</p><p>Saturday, November 7, 2026 - Season '
'Opener</p><p>Saturday, February 27, 2027 - Winter '
'Concert</p><p>Saturday, April 24, 2027 - Early Spring with The '
'Mendelssohn Choir of Connecticut presenting Joseph Haydn\'s "The '
'Creation."</p><p>Saturday, June 5, 2027 - Season Finale with the '
"winners of our 2027 Concerto Competition and more.</p><p>It's "
'going to be a great season. Get your tickets now.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-11-07T19:30:00-05:00">Saturday, Nov 7, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-11-07T19:30:00-05:00">7:30 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-11-07T21:30:00-05:00">9:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Norwalk Concert Hall</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">125 East Avenue</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06851</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Norwalk+Concert+Hall,125+East+Avenue,Norwalk,CT,06851" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.norwalksymphony.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$10 - $30</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:52 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/npl-movie-weekends-the-lord-of-the-rings-the-fellowship-of-the-ring>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#14',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="NPL Movie Weekends: The Lord of the Rings: The '
'Fellowship of the Ring" class="event-detail_image" '
'loading="lazy" '
'src="https://res-2.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/pkgpjayfthro3hmclnwl"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Aldo Araujo</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20899-2780">+1 (203) 899-2780</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:aaraujo@norwalkpl.org">aaraujo@norwalkpl.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Film, Media & Digital '
'Arts</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 13+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>**Doors open at 1PM in the auditorium, with the film starting '
'promptly at 1:30PM.**\xa0</p><p>**For clarification, this is the '
'THEATRICAL version of the film**</p><p><br/></p><p>Join us for '
'our bimonthly NPL Movie Weekends, where we host a free screening '
'of a film for all to enjoy. From classics to modern entries, '
'various genres are covered for the public to enjoy in our '
'auditorium. So grab a seat, take some complimentary snacks, and '
'enjoy the show!</p><p><br/></p><p><em>In the first part of '
"J.R.R. Tolkien's epic masterpiece, The Lord of the Rings, a shy "
'young hobbit named Frodo Baggins inherits a simple gold ring. He '
'knows the ring has power, but not that he alone holds the secret '
'to the survival--or enslavement--of the entire world. Now Frodo, '
'accompanied by a wizard, an elf, a dwarf, two men and three '
'loyal hobbit friends, must become the greatest hero the world '
'has ever known to save the land and the people he loves. The '
'Lord of the Rings: The Fellowship of the Ring is Rated PG-13 for '
'epic battle images and some scary images; the film has a runtime '
'of 2 hours, 58 minutes.</em></p><p><br/></p><p>NPL Movie '
'Weekends are hosted in partnership with The Norwalk Film '
'Festival - you can find more information about the event on '
'the\xa0<a href="https://www.norwalkfilmfestival.org" '
'rel="noopener noreferrer" target="_blank">official NFF '
'website</a>\xa0</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-11-15T13:00:00-05:00">Sunday, Nov 15, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-11-15T13:00:00-05:00">1:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-11-15T17:00:00-05:00">5:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Norwalk Public Library</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">1 Belden Ave</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Norwalk+Public+Library,1+Belden+Ave,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://norwalkpl.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:52 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-09-04-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#15',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-04T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-04T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236621" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236621" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:52 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/the-norwalk-art-space-arts-bash-2026-5-years-of-feeding-passions>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#16',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="The Norwalk Art Space Arts Bash 2026: 5 Years of '
'Feeding Passions" class="event-detail_image" loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/xf6mqljq4a0te2szynzp"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Duvian Montoya</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20252-2840">+1 (203) 252-2840</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:executivedirector@thenorwalkartspace.org">executivedirector@thenorwalkartspace.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Arts & Culture</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://secure.qgiv.com/event/2026artsbash/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us for a very special evening as we honor Bill Taibe, a '
'longtime friend and supporter of the Norwalk Art Space, whose '
'creativity, generosity, and vision have helped shape the '
"region's vibrant cultural and culinary landscape.</p><p>Gather "
'alongside artists, students, and community supporters for an '
'unforgettable night featuring specialty cocktails, extraordinary '
'cuisine, music, and meaningful connection — all while raising '
'critical funds to support free arts education for youth and '
'opportunities for underrepresented artists in our '
'community.</p><p>Proceeds from ARTS BASH 2026 directly support '
'The Norwalk Art Space’s mission to provide free art and music '
'education for underserved youth and exhibition opportunities for '
'underrepresented artists, ensuring that the arts remain '
'accessible <strong>to all. </strong></p><ul><li>Parking is '
'available in Matthews Park or on the corner of West Avenue and '
'Matthews Park Drive.</li></ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-09-24T18:00:00-04:00">Thursday, Sep '
'24, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-24T18:00:00-04:00">6:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-24T21:00:00-04:00">9:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">The Norwalk Art Space</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">455 West Avenue</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=The+Norwalk+Art+Space,455+West+Avenue,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$250</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:53 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-09-19-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#17',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Civic Coffee Hour: Learn how to get more involved" '
'class="event-detail_image" loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/vt3ax6urocf8miolktrq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Tony Bacigalupo</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(347)%20559-1437">+1 (347) 559-1437</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:t@bacifam.us">t@bacifam.us</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Neighborhood '
'Gatherings</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 21+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
"<p>Let's talk civic engagement and how to get "
'involved!</p><p>Each session features one or two guest speakers '
'who will tell us about an area of interest we can all learn more '
"about. In the past we've heard from local leaders on mobility "
"and transit, resilience, composting, and more.</p><p>We'll send "
"an update with details for this event's guests when we have "
'them!</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-09-19T11:00:00-04:00">Saturday, Sep '
'19, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-19T11:00:00-04:00">11:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-19T13:00:00-04:00">1:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Monthly on the 3rd Saturday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_283949" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 2 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_283949" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-08-15-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-15T11:00:00-04:00">Saturday, Aug '
'15, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">11:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-10-17-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-17T11:00:00-04:00">Saturday, Oct '
'17, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">11:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Eco Evolution</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">135 Washington St</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Eco+Evolution,135+Washington+St,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.ecoevolution.co/" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:53 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-09-11-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#18',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-11T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-11T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236622" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236622" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/10th-annual-nice-festival> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-08-28-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-25-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-10-09-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-09-18-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/sono-saturday-market-08-29-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:53 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/10th-annual-nice-festival>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#19',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="10th Annual NICE Festival" class="event-detail_image" '
'loading="lazy" '
'src="https://res-2.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/z90fhxmskomrw261ke7l"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Janet Evelyn</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20919-3000">+1 (203) 919-3000</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:info@norwalknice.org">info@norwalknice.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Local Festivals</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p><strong>10th Annual Norwalk NICE Festival</strong> '
'<strong>Saturday, October 3, 2026 | 12:00 PM – 8:00 PM</strong> '
'<strong>Oyster Shell Park, Norwalk, CT | FREE '
'Admission</strong></p><p><strong>Now in its 10th year</strong>, '
"the <strong>Norwalk NICE Festival</strong> is <em>Connecticut's "
"premier multicultural celebration</em> — and this year's "
'milestone anniversary promises to be the biggest and best '
'yet.</p><p>Presented by the <strong>Norwalk International '
'Cultural Exchange (NICE)</strong>, a volunteer-led nonprofit, '
'the festival brings together thousands of attendees for a full '
'day of <strong>live entertainment, global cuisine, and cultural '
'discovery</strong> at Oyster Shell Park in South '
'Norwalk.</p><p>The event features <strong>two stages with 24+ '
'live performances</strong> spanning <em>Reggae, Latin, Rock, '
'R&B, Folk, and World Music</em>, alongside traditional dance '
'from <em>African, Flamenco, Balinese, Latin, and Garifuna</em> '
'traditions. More than <strong>50 vendors</strong> offer '
'international foods, artisan crafts, and community resources — '
'making it a true one-stop celebration of the diversity that '
'defines Norwalk and Fairfield County.</p><p><em>Free, '
'family-friendly, and open to all.</em></p><p><strong>For more '
'information visit </strong><a href="https://norwalknice.org" '
'rel="noopener noreferrer" '
'target="_blank"><strong>norwalknice.org</strong></a> or contact '
'<a href="http://norwalknice.org" rel="noopener noreferrer" '
'target="_blank"><strong>info@norwalknice.org</strong></a>.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-03T13:00:00-04:00">Saturday, Oct 3, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-03T13:00:00-04:00">1:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-03T21:00:00-04:00">9:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Oyster Shell Park</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">95 N Water Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Oyster+Shell+Park,95+N+Water+Street,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.norwalkct.gov/2162/oyster-shell-park" '
'rel="noopener noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:53 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-08-28-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#20',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-28T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-28T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236620" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236620" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:53 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-25-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#21',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="2026 Seaport Association Sheffield Island Clambake" '
'class="event-detail_image" loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/flcdyiehvgz27ghuuxob"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_org-header">\n'
'<img alt="" class="event-detail_org-logo" height="48" '
'src="https://res-1.cloudinary.com/civiclift/image/upload/c_fill,f_auto,h_48,q_auto/v1/logo/knqhq6fek3vd7zx7gmds"/>\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Seaport Association </div>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:(203)%20838-9444">(203) 838-9444</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:ray.cooke@seaport.org">ray.cooke@seaport.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Food & Drink</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 13+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Seaport Association Sheffield Island Clambake</p><h2>ADVANCE '
'RESERVATIONS REQUIRED</h2><p>YOU NEED TO PURCHASE A MEAL TICKET '
'TO GET ON THE BOAT, ONLY AN ADD ON TICKET DOES NOT GET YOU ON '
'THE BOAT!</p><p>Capacity is limited. Clambakes do sell out! The '
'U.S. Coast Guard sets limit OF 48 passengers on board. There are '
'no exceptions to this rule and this includes all '
'children.</p><p>Every summer, the Seaport Ferry in South Norwalk '
'carries hundreds of hungry passengers to the historic 1868 '
'Sheffield Island Lighthouse for the Norwalk Seaport '
"Association's famous Tuesday Night Clambakes. A true New England "
'dining experience, the evening allows participants to dine in '
'the Timber Frame pavilion on the Lighthouse lawn, with tours of '
'the Lighthouse included in the cost. Round-trip cruise and '
'dinner has two price settings, $114 or $124 per person, '
'depending on entrée.</p><p><strong>Drinks /beverages are not '
"included nor offered.</strong></p><p>Cooler's/ Carry-On/ "
'Packages must fit beneath your seat or will not be allowed on '
'board per USCG regulations.</p><p>Trip Includes</p><p>Round trip '
'boat ride to Sheffield Island</p><p>Panoramic views of Long '
'Island Sound</p><p>Tour of historic Sheffield Island '
'Lighthouse</p><p><br/></p><p><strong><em>DRINKS /BEVERAGES ARE '
'NOT INCLUDED AND NOT AVAILABLE FOR '
'PURCHASE</em></strong></p><p><strong>CLAMBAKE PACKAGE - $114 PER '
'PERSON:</strong></p><p>Main Course is a choice of:</p><p>• BBQ '
'Chicken off the grill</p><p>• Grilled Salmon</p><p>• Grilled '
'Steak</p><p>• Vegetarian Meal (BBQ Faux Chicken or Veggie '
'Burger)</p><p>OR</p><p><strong>LOBSTER BAKE PACKAGE - $124 PER '
'PERSON</strong>:</p><p>The main entrée is a 1.5 lb. '
'Lobster.</p><p>BOTH Packages include ALL of the following '
'sides:</p><p>Mixed field greens or Caesar Salad</p><p>Steamed '
'Herbed Clams and Mussels</p><p>Herb Roasted '
'Potatoes</p><p>Classic Coleslaw</p><p>Grilled Vegetables with '
'lemon & thyme</p><p>Dessert</p><p>Ala Carte '
'Additions</p><p>Dozen Copps Island Oyster $30</p><p>Dozen Top '
'Neck Clams $20</p><p>Dozen Chilled Jumbo Cocktail Shrimp '
'$26</p><p>Extra Lobster 1 - 1/2lb $35</p><p>All served with '
'cocktail sauce & horseradish</p><p>BYOB! Please bring your '
'own beverages/wine/beer cups & openers as none are available '
'in the island.</p><p><strong>You must purchase one entrée for '
'each person in order to attend the '
"event.</strong></p><p>Cooler's/ Carry-On/ Packages must fit "
'beneath your seat or will not be allowed on board per USCG '
'regulations.\xa0Coolers cannot exceed 18"(H) x 18\' (D) x 24" '
'(W)</p><p><br/></p><p><strong>PLEASE BE ON TIME. WE CANNOT DELAY '
'DEPARTURE FOR LATE ARRIVALS.</strong></p><p>We promptly depart '
'the dock at 6:00 PM.</p><p>We return to our dock at '
'APPROXIMATELY 9:30 PM.</p><p>THIS EVENT HAS A STRICT NO REFUND '
'POLICY.</p><p>Tickets are non refundable unless there is a '
'weather cancellation.</p><p>When making reservations, please '
'provide contact information for day of trip, including cellphone '
'information. We may need to contact you if there is a change due '
'to weather conditions. TICKET HOLDERS WILL BE NOTIFIED VIA EMAIL '
'IF EVENT IS CANCELLED. Please check your email before departing '
'for event. Ticketing fees applied to all reservations.</p><p>The '
'Norwalk Seaport Association has owned, restored and maintained '
'Sheffield Island Lighthouse since 1986 and is the official U.S. '
'Fish & Wildlife Service Friends group for the Norwalk '
"Islands.</p><p>Visitors can board the Seaport Association's "
'45-foot Capt. M. C. Schlegel catamaran for a cruise to Sheffield '
'Island, take a tour of the Lighthouse, hunt for shells along the '
'beach, dine on a delicious clambake dinner, play on the lawns '
'around the Lighthouse, and simply have a good time. You will '
'step directly from the boat into the past. Sheffield Island is '
'located in the outer reaches of Norwalk Harbor providing unique '
'views of the city and the surrounding waterways. The Lighthouse '
'tower (currently closed for repairs) provides stunning views of '
'Long Island Sound and, on a clear day, of the New York City '
'skyline. However, one can see magnificent views through our new '
'antique telescope available to everyone!</p><p>Sheffield Island '
'is a rocky outcrop with rolling terrain and the docking '
'facilities do not meet ADA regulations. Every effort has been '
'made to minimize non-compliance. The gangway leading from the '
'dock to the Island is wide enough to accommodate a standard '
'wheelchair. The gangway incline (steepness) is determined by the '
'height of the tide; at low tide it is steeper than at high tide. '
'Due to liability concerns, the Sheffield Island staff is '
'disallowed to assist with lifting or pushing a wheelchair or '
'stroller. It will be important for the physically challenged to '
'travel with a companion able to assist '
'them.</p><p><br/></p><p>Keeping in mind that you are traveling '
'on a boat, and the Island is a rocky outcrop with rolling '
'terrain, we encourage visitors to wear comfortable, '
'rubber-bottom shoes for safety.</p><p><br/></p><p>Safety & '
'Comfort Tips</p><p>A few simple precautions will help you stay '
'safe and comfortable on Sheffield Island:</p><p>Insect '
'Protection: Wear insect repellent (complimentary spray is '
'available on-site). Check yourself for ticks after your '
'visit.</p><p>Sun Safety: Stay hydrated by drinking plenty of '
'water and apply sunscreen regularly. Wear lightweight, '
'light-colored clothing and a hat to stay cool and '
'protected.</p><p>Before You Go: Check for local advisories or '
'weather updates to ensure the best possible experience.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-25T18:00:00-04:00">Tuesday, Aug 25, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-25T18:00:00-04:00">6:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-25T21:30:00-04:00">9:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Tuesday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_267395" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 2 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_267395" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-11T18:00:00-04:00">Tuesday, Aug '
'11, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-18T18:00:00-04:00">Tuesday, Aug '
'18, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Sheffield Island Lighthouse '
'Dock</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">90 Water Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Sheffield+Island+Lighthouse+Dock,90+Water+Street,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="http://www.seaport.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:53 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-10-09-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#22',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-09T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-10-09T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236626" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236626" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:53 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-09-18-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#23',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-18T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-18T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236623" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236623" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:54 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/sono-saturday-market-08-29-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#24',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="SoNo Saturday Market" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/iqanf7kjm02swcgo8fpc"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Anna Breault</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20854-7336">+1 (203) 854-7336</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:abreault@norwalkct.gov">abreault@norwalkct.gov</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Local Festivals</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<h2>Shop Small. Eat Well. Stay a While.</h2><p>The SoNo Saturday '
'Market is a curated open-air experience set against the lively '
'backdrop of Washington Street in South Norwalk. Browse 30+ local '
'vendors selling artisan goods and handmade finds, sample food '
'from local makers, catch live music, and settle in for lawn '
'games. It’s the perfect Saturday morning into afternoon — '
'community-powered, locally loved.</p><p><br/></p><p>For more '
'information: <a '
'href="https://www.visitnorwalk.org/events-in-norwalk/sono-saturday-market" '
'rel="noopener noreferrer" '
'target="_blank">https://www.visitnorwalk.org/events-in-norwalk/sono-saturday-market/</a></p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-29T11:00:00-04:00">Saturday, Aug '
'29, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-29T11:00:00-04:00">11:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-29T15:00:00-04:00">3:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Washington Street Plaza</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">50 Washington St</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Washington+Street+Plaza,50+Washington+St,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-09-11&page=3> (referer: https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-08-27&page=2)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-08-21-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/norwalk-gamer-symphony-orchestra-summer-concert> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/flower-fridays-08-14-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-13-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-08-15-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-14-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:54 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-08-21-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#25',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-21T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-21T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236619" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236619" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:54 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/norwalk-gamer-symphony-orchestra-summer-concert>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#26',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Norwalk Gamer Symphony Orchestra Summer Concert" '
'class="event-detail_image" loading="lazy" '
'src="https://res-2.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/dinv8m2snz0udi8ko5gi"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Gamer Symphony Orchestra</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(860)%20214-0486">+1 (860) 214-0486</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:play@norwalkgso.org">play@norwalkgso.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Concerts & Live '
'Music</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join the Norwalk Gamer Symphony Orchestra for a free concert '
'as we soar across Super Mario’s galaxy. Come with us to explore '
'a musical land where plants battle against zombies, race against '
'time on Yoshi’s island, and travel the forgotten wasteland in '
'Moonlight Canyon.\xa0</p><p><br/></p><p>The Norwalk Gamer '
'Symphony Orchestra is a community orchestra based in Norwalk '
'that solely performs orchestral arrangements of video game music '
'to foster musical appreciation, promote musical excellence, and '
'encourage meaningful collaboration and social engagement.\xa0\xa0'
'</p><p><br/></p><p>This free concert at the Sacred Heart '
'University (SHU) Community Theatre starts at 4pm with doors '
'opening at 3:30pm.\xa0</p><p><br/></p><p>1420 Post Road, '
'Fairfield, CT 06825</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-23T16:00:00-04:00">Sunday, Aug 23, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-23T16:00:00-04:00">4:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-23T18:00:00-04:00">6:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Sacred Heart University (SHU) '
'Community Theatre</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">1420 Post Road</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Fairfield, CT</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Sacred+Heart+University+%28SHU%29+Community+Theatre,1420+Post+Road,Fairfield,CT" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.shucommunitytheatre.org/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:54 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/flower-fridays-08-14-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#27',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Flower Fridays" class="event-detail_image" '
'loading="lazy" '
'src="https://res-3.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/nr0gnw4dhnbripmwjfpq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Diana Herrera</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(516)%20448-7774">+1 (516) 448-7774</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:dianamproject@gmail.com">dianamproject@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Pick-Your-Own '
'Farms</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Join us Fridays outside Allora Cafe to build your own '
'bouquet! We have fresh flower selections every week, and '
"bouquets come in an assortment of sizes. Can't wait to see you "
'there for the perfect chill Friday vibe :)</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-14T03:00:00-04:00">Friday, Aug 14, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-14T03:00:00-04:00">3:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-14T10:00:00-04:00">10:00 am</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<turbo-frame id="weather_event_236618" loading="lazy" '
'src="/feeds/845/events/flower-fridays-08-14-2026/weather?variant=detail" '
'style="display: block"></turbo-frame>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_236618" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_236618" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T03:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-08-28-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-28T03:00:00-04:00">Friday, Aug 28, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-04-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-04T03:00:00-04:00">Friday, Sep 4, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-11T03:00:00-04:00">Friday, Sep 11, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-18T03:00:00-04:00">Friday, Sep 18, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-09-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-25T03:00:00-04:00">Friday, Sep 25, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-02-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-02T03:00:00-04:00">Friday, Oct 2, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-09-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-09T03:00:00-04:00">Friday, Oct 9, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-16T03:00:00-04:00">Friday, Oct 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/flower-fridays-10-23-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-23T03:00:00-04:00">Friday, Oct 23, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">3:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Allora Coffee and Bites</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">5 Orchard Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Allora+Coffee+and+Bites,5+Orchard+Street,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.alloracoffeeshop.com/" rel="noopener '
'noreferrer" target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$15 - $35</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:54 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-13-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#28',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Sunset Harbor Cruise: Sailing Through Norwalk’s '
'Islands & Lighthouses" class="event-detail_image" '
'loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/ucwsoei48xbbqevsbubc"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_org-header">\n'
'<img alt="" class="event-detail_org-logo" height="48" '
'src="https://res-1.cloudinary.com/civiclift/image/upload/c_fill,f_auto,h_48,q_auto/v1/logo/knqhq6fek3vd7zx7gmds"/>\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Seaport Association </div>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:(203)%20838-9444">(203) 838-9444</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:ray.cooke@seaport.org">ray.cooke@seaport.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Wildlife & Nature '
'Exploration</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://www.eventbrite.com/e/2026-sunset-cruise-norwalk-seaport-association-tickets-1982197475007?aff=ebdsoporgprofile" '
'rel="noopener noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Norwalk CT Harbor Sunset Lighthouse Cruise</p><p>2026 Sunset '
'Cruise Norwalk Seaport Association</p><p>Advanced Reservations '
'Strongly Recommended</p><p>Capacity Limited to 49 Passengers,\xa0'
'Every passenger needs a ticket on board regardless of age as we '
'have to abide by our passenger count per the US Coast '
'Guard.</p><p>Cruises Do Sell Out!</p><p>Round trip time is '
'approximately 2 hours.</p><p>Sunset cruises top the list '
'worldwide as one of the most popular ways to end the day…so why '
'not book a sunset cruise with the Norwalk Seaport Association '
'this summer. On a sunset cruise time seems to slow down giving '
'you the opportunity to unwind and toast the end of the day or '
'celebrate the end of a busy week!</p><p>The Seaport’s popular '
'Sunset Cruise slowly cruises through outer Norwalk Harbor as the '
'Captain’s Mate tells stories of merchants and sailors that have '
'used this waterway for centuries. Learn how Native Americans and '
'English settlers enjoyed the bounty of Long Island Sound and how '
'captains of industry used this area to develop trade routes that '
'went as far as the West Indies. The narrative gives a new '
'understanding of Norwalk historically, and also reflects the '
'importance of this scenic harbor today.</p><p>As the vessel '
'travels into Long Island Sound it will give passengers a '
'close-up view of several of the Norwalk’s islands and the '
'beautiful homes built on them. The cruise also passes three '
'historic lighthouses, Peck Ledge, Green Ledge, and, the maritime '
'icon of Connecticut, Sheffield Island Lighthouse. '
'Architecturally stunning the Sheffield Island Lighthouse is a '
'perfect example of Victorian stone masonry. Green Ledge and Peck '
'Ledge are fine examples of spark plug lighthouses, of which only '
'33 remain in the United States. The view of these three '
'lighthouses up close as the sun begins to set is '
'magical.</p><p>Guests will travel in safety and comfort on board '
'the vessel owned by the Norwalk Seaport Association. Passengers '
'can eat, drink, and be merry on the sunset cruise because '
'alcoholic beverages and snacks are allowed, just don’t forget to '
"bring plastic cups and openers!</p><p>COOLERS, CARRY-ON'S, AND "
'ALL PACKAGES MUST FIT BENEATH THE SEATS PER USCG REGULATIONS.\xa0'
'Coolers cannot exceed 18"(H) x 18\' (D) x 24" (W)</p><h3><a '
'href="https://maps.app.goo.gl/sE6VJgCyCKs9avSC6" rel="noopener '
'noreferrer" target="_blank">The dock is located at 90 Water '
'Street, Norwalk CT</a></h3><p>Cruises will depart from our dock '
'located at 90 Water Street. The dock location is directly across '
'from the Grit Ninja Norwalk Gym.\xa0There is no parking at our '
'dock & limited handicapped spaces. The closest paid parking '
'lot is at 5 Haviland Street.</p><p><a '
'href="https://www.parknorwalk.org" rel="noopener noreferrer" '
'target="_blank">https://www.parknorwalk.org</a></p><p>Tickets '
'are nonrefundable unless there is a weather '
'cancellation.</p><p>Be sure to provide contact information (both '
'email & text) in the event we are forced to cancel due to '
'weather conditions.</p><p>Sheffield Island Lighthouse and Ferry '
'are available for private and corporate events, please call\xa0'
'<a '
'href="https://www.eventbrite.com/e/2024-sunset-cruise-norwalk-seaport-association-tickets-865513132077?aff=oddtdtcreator" '
'rel="noopener noreferrer" target="_blank">203-838-9444</a>\xa0'
'for more information.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-13T18:30:00-04:00">Thursday, Aug '
'13, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-13T18:30:00-04:00">6:30 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-13T20:30:00-04:00">8:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<turbo-frame id="weather_event_267466" loading="lazy" '
'src="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-13-2026/weather?variant=detail" '
'style="display: block"></turbo-frame>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Thursday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_267466" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 3 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_267466" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-12-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-12T18:30:00-04:00">Wednesday, Aug '
'12, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T18:30:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-15-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-15T18:30:00-04:00">Saturday, Aug '
'15, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Sheffield Island Lighthouse '
'Dock</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">90 Water Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Sheffield+Island+Lighthouse+Dock,90+Water+Street,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="http://www.seaport.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$40</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:54 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-08-15-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#29',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Civic Coffee Hour: Learn how to get more involved" '
'class="event-detail_image" loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/vt3ax6urocf8miolktrq"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Tony Bacigalupo</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(347)%20559-1437">+1 (347) 559-1437</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:t@bacifam.us">t@bacifam.us</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Neighborhood '
'Gatherings</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 21+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
"<p>Let's talk civic engagement and how to get "
'involved!</p><p>Each session features one or two guest speakers '
'who will tell us about an area of interest we can all learn more '
"about. In the past we've heard from local leaders on mobility "
"and transit, resilience, composting, and more.</p><p>We'll send "
"an update with details for this event's guests when we have "
'them!</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-15T11:00:00-04:00">Saturday, Aug '
'15, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-15T11:00:00-04:00">11:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-15T13:00:00-04:00">1:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<turbo-frame id="weather_event_283948" loading="lazy" '
'src="/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-08-15-2026/weather?variant=detail" '
'style="display: block"></turbo-frame>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Monthly on the 3rd Saturday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_283948" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 2 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_283948" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-09-19-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-09-19T11:00:00-04:00">Saturday, Sep '
'19, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">11:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/civic-coffee-hour-learn-how-to-get-more-involved-10-17-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-17T11:00:00-04:00">Saturday, Oct '
'17, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">11:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Eco Evolution</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">135 Washington St</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Eco+Evolution,135+Washington+St,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://www.ecoevolution.co/" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:54 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-14-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#30',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Sunset Harbor Cruise: Sailing Through Norwalk’s '
'Islands & Lighthouses" class="event-detail_image" '
'loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/ucwsoei48xbbqevsbubc"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_org-header">\n'
'<img alt="" class="event-detail_org-logo" height="48" '
'src="https://res-1.cloudinary.com/civiclift/image/upload/c_fill,f_auto,h_48,q_auto/v1/logo/knqhq6fek3vd7zx7gmds"/>\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Seaport Association </div>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:(203)%20838-9444">(203) 838-9444</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:ray.cooke@seaport.org">ray.cooke@seaport.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Wildlife & Nature '
'Exploration</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://www.eventbrite.com/e/2026-sunset-cruise-norwalk-seaport-association-tickets-1982197475007?aff=ebdsoporgprofile" '
'rel="noopener noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Norwalk CT Harbor Sunset Lighthouse Cruise</p><p>2026 Sunset '
'Cruise Norwalk Seaport Association</p><p>Advanced Reservations '
'Strongly Recommended</p><p>Capacity Limited to 49 Passengers,\xa0'
'Every passenger needs a ticket on board regardless of age as we '
'have to abide by our passenger count per the US Coast '
'Guard.</p><p>Cruises Do Sell Out!</p><p>Round trip time is '
'approximately 2 hours.</p><p>Sunset cruises top the list '
'worldwide as one of the most popular ways to end the day…so why '
'not book a sunset cruise with the Norwalk Seaport Association '
'this summer. On a sunset cruise time seems to slow down giving '
'you the opportunity to unwind and toast the end of the day or '
'celebrate the end of a busy week!</p><p>The Seaport’s popular '
'Sunset Cruise slowly cruises through outer Norwalk Harbor as the '
'Captain’s Mate tells stories of merchants and sailors that have '
'used this waterway for centuries. Learn how Native Americans and '
'English settlers enjoyed the bounty of Long Island Sound and how '
'captains of industry used this area to develop trade routes that '
'went as far as the West Indies. The narrative gives a new '
'understanding of Norwalk historically, and also reflects the '
'importance of this scenic harbor today.</p><p>As the vessel '
'travels into Long Island Sound it will give passengers a '
'close-up view of several of the Norwalk’s islands and the '
'beautiful homes built on them. The cruise also passes three '
'historic lighthouses, Peck Ledge, Green Ledge, and, the maritime '
'icon of Connecticut, Sheffield Island Lighthouse. '
'Architecturally stunning the Sheffield Island Lighthouse is a '
'perfect example of Victorian stone masonry. Green Ledge and Peck '
'Ledge are fine examples of spark plug lighthouses, of which only '
'33 remain in the United States. The view of these three '
'lighthouses up close as the sun begins to set is '
'magical.</p><p>Guests will travel in safety and comfort on board '
'the vessel owned by the Norwalk Seaport Association. Passengers '
'can eat, drink, and be merry on the sunset cruise because '
'alcoholic beverages and snacks are allowed, just don’t forget to '
"bring plastic cups and openers!</p><p>COOLERS, CARRY-ON'S, AND "
'ALL PACKAGES MUST FIT BENEATH THE SEATS PER USCG REGULATIONS.\xa0'
'Coolers cannot exceed 18"(H) x 18\' (D) x 24" (W)</p><h3><a '
'href="https://maps.app.goo.gl/sE6VJgCyCKs9avSC6" rel="noopener '
'noreferrer" target="_blank">The dock is located at 90 Water '
'Street, Norwalk CT</a></h3><p>Cruises will depart from our dock '
'located at 90 Water Street. The dock location is directly across '
'from the Grit Ninja Norwalk Gym.\xa0There is no parking at our '
'dock & limited handicapped spaces. The closest paid parking '
'lot is at 5 Haviland Street.</p><p><a '
'href="https://www.parknorwalk.org" rel="noopener noreferrer" '
'target="_blank">https://www.parknorwalk.org</a></p><p>Tickets '
'are nonrefundable unless there is a weather '
'cancellation.</p><p>Be sure to provide contact information (both '
'email & text) in the event we are forced to cancel due to '
'weather conditions.</p><p>Sheffield Island Lighthouse and Ferry '
'are available for private and corporate events, please call\xa0'
'<a '
'href="https://www.eventbrite.com/e/2024-sunset-cruise-norwalk-seaport-association-tickets-865513132077?aff=oddtdtcreator" '
'rel="noopener noreferrer" target="_blank">203-838-9444</a>\xa0'
'for more information.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-14T18:30:00-04:00">Friday, Aug 14, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-14T18:30:00-04:00">6:30 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-14T20:30:00-04:00">8:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<turbo-frame id="weather_event_267467" loading="lazy" '
'src="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-14-2026/weather?variant=detail" '
'style="display: block"></turbo-frame>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Friday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_267467" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 3 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_267467" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-12-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-12T18:30:00-04:00">Wednesday, Aug '
'12, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-13-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-13T18:30:00-04:00">Thursday, Aug '
'13, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-15-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-15T18:30:00-04:00">Saturday, Aug '
'15, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Sheffield Island Lighthouse '
'Dock</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">90 Water Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Sheffield+Island+Lighthouse+Dock,90+Water+Street,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="http://www.seaport.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$40</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-15-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-12-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-18-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/10th-biennial-footprint-international-exhibition-08-11-2026-1> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:55 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-15-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#31',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Sunset Harbor Cruise: Sailing Through Norwalk’s '
'Islands & Lighthouses" class="event-detail_image" '
'loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/ucwsoei48xbbqevsbubc"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_org-header">\n'
'<img alt="" class="event-detail_org-logo" height="48" '
'src="https://res-1.cloudinary.com/civiclift/image/upload/c_fill,f_auto,h_48,q_auto/v1/logo/knqhq6fek3vd7zx7gmds"/>\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Seaport Association </div>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:(203)%20838-9444">(203) 838-9444</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:ray.cooke@seaport.org">ray.cooke@seaport.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Wildlife & Nature '
'Exploration</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://www.eventbrite.com/e/2026-sunset-cruise-norwalk-seaport-association-tickets-1982197475007?aff=ebdsoporgprofile" '
'rel="noopener noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Norwalk CT Harbor Sunset Lighthouse Cruise</p><p>2026 Sunset '
'Cruise Norwalk Seaport Association</p><p>Advanced Reservations '
'Strongly Recommended</p><p>Capacity Limited to 49 Passengers,\xa0'
'Every passenger needs a ticket on board regardless of age as we '
'have to abide by our passenger count per the US Coast '
'Guard.</p><p>Cruises Do Sell Out!</p><p>Round trip time is '
'approximately 2 hours.</p><p>Sunset cruises top the list '
'worldwide as one of the most popular ways to end the day…so why '
'not book a sunset cruise with the Norwalk Seaport Association '
'this summer. On a sunset cruise time seems to slow down giving '
'you the opportunity to unwind and toast the end of the day or '
'celebrate the end of a busy week!</p><p>The Seaport’s popular '
'Sunset Cruise slowly cruises through outer Norwalk Harbor as the '
'Captain’s Mate tells stories of merchants and sailors that have '
'used this waterway for centuries. Learn how Native Americans and '
'English settlers enjoyed the bounty of Long Island Sound and how '
'captains of industry used this area to develop trade routes that '
'went as far as the West Indies. The narrative gives a new '
'understanding of Norwalk historically, and also reflects the '
'importance of this scenic harbor today.</p><p>As the vessel '
'travels into Long Island Sound it will give passengers a '
'close-up view of several of the Norwalk’s islands and the '
'beautiful homes built on them. The cruise also passes three '
'historic lighthouses, Peck Ledge, Green Ledge, and, the maritime '
'icon of Connecticut, Sheffield Island Lighthouse. '
'Architecturally stunning the Sheffield Island Lighthouse is a '
'perfect example of Victorian stone masonry. Green Ledge and Peck '
'Ledge are fine examples of spark plug lighthouses, of which only '
'33 remain in the United States. The view of these three '
'lighthouses up close as the sun begins to set is '
'magical.</p><p>Guests will travel in safety and comfort on board '
'the vessel owned by the Norwalk Seaport Association. Passengers '
'can eat, drink, and be merry on the sunset cruise because '
'alcoholic beverages and snacks are allowed, just don’t forget to '
"bring plastic cups and openers!</p><p>COOLERS, CARRY-ON'S, AND "
'ALL PACKAGES MUST FIT BENEATH THE SEATS PER USCG REGULATIONS.\xa0'
'Coolers cannot exceed 18"(H) x 18\' (D) x 24" (W)</p><h3><a '
'href="https://maps.app.goo.gl/sE6VJgCyCKs9avSC6" rel="noopener '
'noreferrer" target="_blank">The dock is located at 90 Water '
'Street, Norwalk CT</a></h3><p>Cruises will depart from our dock '
'located at 90 Water Street. The dock location is directly across '
'from the Grit Ninja Norwalk Gym.\xa0There is no parking at our '
'dock & limited handicapped spaces. The closest paid parking '
'lot is at 5 Haviland Street.</p><p><a '
'href="https://www.parknorwalk.org" rel="noopener noreferrer" '
'target="_blank">https://www.parknorwalk.org</a></p><p>Tickets '
'are nonrefundable unless there is a weather '
'cancellation.</p><p>Be sure to provide contact information (both '
'email & text) in the event we are forced to cancel due to '
'weather conditions.</p><p>Sheffield Island Lighthouse and Ferry '
'are available for private and corporate events, please call\xa0'
'<a '
'href="https://www.eventbrite.com/e/2024-sunset-cruise-norwalk-seaport-association-tickets-865513132077?aff=oddtdtcreator" '
'rel="noopener noreferrer" target="_blank">203-838-9444</a>\xa0'
'for more information.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-15T18:30:00-04:00">Saturday, Aug '
'15, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-15T18:30:00-04:00">6:30 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-15T20:30:00-04:00">8:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<turbo-frame id="weather_event_267468" loading="lazy" '
'src="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-15-2026/weather?variant=detail" '
'style="display: block"></turbo-frame>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Saturday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_267468" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 3 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_267468" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-12-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-12T18:30:00-04:00">Wednesday, Aug '
'12, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-13-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-13T18:30:00-04:00">Thursday, Aug '
'13, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T18:30:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Sheffield Island Lighthouse '
'Dock</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">90 Water Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Sheffield+Island+Lighthouse+Dock,90+Water+Street,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="http://www.seaport.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$40</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:55 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-12-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#32',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Sunset Harbor Cruise: Sailing Through Norwalk’s '
'Islands & Lighthouses" class="event-detail_image" '
'loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/ucwsoei48xbbqevsbubc"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_org-header">\n'
'<img alt="" class="event-detail_org-logo" height="48" '
'src="https://res-1.cloudinary.com/civiclift/image/upload/c_fill,f_auto,h_48,q_auto/v1/logo/knqhq6fek3vd7zx7gmds"/>\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Seaport Association </div>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:(203)%20838-9444">(203) 838-9444</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:ray.cooke@seaport.org">ray.cooke@seaport.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Wildlife & Nature '
'Exploration</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://www.eventbrite.com/e/2026-sunset-cruise-norwalk-seaport-association-tickets-1982197475007?aff=ebdsoporgprofile" '
'rel="noopener noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Norwalk CT Harbor Sunset Lighthouse Cruise</p><p>2026 Sunset '
'Cruise Norwalk Seaport Association</p><p>Advanced Reservations '
'Strongly Recommended</p><p>Capacity Limited to 49 Passengers,\xa0'
'Every passenger needs a ticket on board regardless of age as we '
'have to abide by our passenger count per the US Coast '
'Guard.</p><p>Cruises Do Sell Out!</p><p>Round trip time is '
'approximately 2 hours.</p><p>Sunset cruises top the list '
'worldwide as one of the most popular ways to end the day…so why '
'not book a sunset cruise with the Norwalk Seaport Association '
'this summer. On a sunset cruise time seems to slow down giving '
'you the opportunity to unwind and toast the end of the day or '
'celebrate the end of a busy week!</p><p>The Seaport’s popular '
'Sunset Cruise slowly cruises through outer Norwalk Harbor as the '
'Captain’s Mate tells stories of merchants and sailors that have '
'used this waterway for centuries. Learn how Native Americans and '
'English settlers enjoyed the bounty of Long Island Sound and how '
'captains of industry used this area to develop trade routes that '
'went as far as the West Indies. The narrative gives a new '
'understanding of Norwalk historically, and also reflects the '
'importance of this scenic harbor today.</p><p>As the vessel '
'travels into Long Island Sound it will give passengers a '
'close-up view of several of the Norwalk’s islands and the '
'beautiful homes built on them. The cruise also passes three '
'historic lighthouses, Peck Ledge, Green Ledge, and, the maritime '
'icon of Connecticut, Sheffield Island Lighthouse. '
'Architecturally stunning the Sheffield Island Lighthouse is a '
'perfect example of Victorian stone masonry. Green Ledge and Peck '
'Ledge are fine examples of spark plug lighthouses, of which only '
'33 remain in the United States. The view of these three '
'lighthouses up close as the sun begins to set is '
'magical.</p><p>Guests will travel in safety and comfort on board '
'the vessel owned by the Norwalk Seaport Association. Passengers '
'can eat, drink, and be merry on the sunset cruise because '
'alcoholic beverages and snacks are allowed, just don’t forget to '
"bring plastic cups and openers!</p><p>COOLERS, CARRY-ON'S, AND "
'ALL PACKAGES MUST FIT BENEATH THE SEATS PER USCG REGULATIONS.\xa0'
'Coolers cannot exceed 18"(H) x 18\' (D) x 24" (W)</p><h3><a '
'href="https://maps.app.goo.gl/sE6VJgCyCKs9avSC6" rel="noopener '
'noreferrer" target="_blank">The dock is located at 90 Water '
'Street, Norwalk CT</a></h3><p>Cruises will depart from our dock '
'located at 90 Water Street. The dock location is directly across '
'from the Grit Ninja Norwalk Gym.\xa0There is no parking at our '
'dock & limited handicapped spaces. The closest paid parking '
'lot is at 5 Haviland Street.</p><p><a '
'href="https://www.parknorwalk.org" rel="noopener noreferrer" '
'target="_blank">https://www.parknorwalk.org</a></p><p>Tickets '
'are nonrefundable unless there is a weather '
'cancellation.</p><p>Be sure to provide contact information (both '
'email & text) in the event we are forced to cancel due to '
'weather conditions.</p><p>Sheffield Island Lighthouse and Ferry '
'are available for private and corporate events, please call\xa0'
'<a '
'href="https://www.eventbrite.com/e/2024-sunset-cruise-norwalk-seaport-association-tickets-865513132077?aff=oddtdtcreator" '
'rel="noopener noreferrer" target="_blank">203-838-9444</a>\xa0'
'for more information.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-12T18:30:00-04:00">Wednesday, Aug '
'12, 2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-12T18:30:00-04:00">6:30 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-12T20:30:00-04:00">8:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<turbo-frame id="weather_event_267465" loading="lazy" '
'src="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-12-2026/weather?variant=detail" '
'style="display: block"></turbo-frame>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Wednesday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_267465" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 3 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_267465" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-13-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-13T18:30:00-04:00">Thursday, Aug '
'13, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T18:30:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-sunset-cruise-norwalk-seaport-association-08-15-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-15T18:30:00-04:00">Saturday, Aug '
'15, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:30 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Sheffield Island Lighthouse '
'Dock</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">90 Water Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Sheffield+Island+Lighthouse+Dock,90+Water+Street,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="http://www.seaport.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$40</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:55 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-18-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#33',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="2026 Seaport Association Sheffield Island Clambake" '
'class="event-detail_image" loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/flcdyiehvgz27ghuuxob"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_org-header">\n'
'<img alt="" class="event-detail_org-logo" height="48" '
'src="https://res-1.cloudinary.com/civiclift/image/upload/c_fill,f_auto,h_48,q_auto/v1/logo/knqhq6fek3vd7zx7gmds"/>\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Seaport Association </div>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:(203)%20838-9444">(203) 838-9444</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:ray.cooke@seaport.org">ray.cooke@seaport.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Food & Drink</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 13+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Seaport Association Sheffield Island Clambake</p><h2>ADVANCE '
'RESERVATIONS REQUIRED</h2><p>YOU NEED TO PURCHASE A MEAL TICKET '
'TO GET ON THE BOAT, ONLY AN ADD ON TICKET DOES NOT GET YOU ON '
'THE BOAT!</p><p>Capacity is limited. Clambakes do sell out! The '
'U.S. Coast Guard sets limit OF 48 passengers on board. There are '
'no exceptions to this rule and this includes all '
'children.</p><p>Every summer, the Seaport Ferry in South Norwalk '
'carries hundreds of hungry passengers to the historic 1868 '
'Sheffield Island Lighthouse for the Norwalk Seaport '
"Association's famous Tuesday Night Clambakes. A true New England "
'dining experience, the evening allows participants to dine in '
'the Timber Frame pavilion on the Lighthouse lawn, with tours of '
'the Lighthouse included in the cost. Round-trip cruise and '
'dinner has two price settings, $114 or $124 per person, '
'depending on entrée.</p><p><strong>Drinks /beverages are not '
"included nor offered.</strong></p><p>Cooler's/ Carry-On/ "
'Packages must fit beneath your seat or will not be allowed on '
'board per USCG regulations.</p><p>Trip Includes</p><p>Round trip '
'boat ride to Sheffield Island</p><p>Panoramic views of Long '
'Island Sound</p><p>Tour of historic Sheffield Island '
'Lighthouse</p><p><br/></p><p><strong><em>DRINKS /BEVERAGES ARE '
'NOT INCLUDED AND NOT AVAILABLE FOR '
'PURCHASE</em></strong></p><p><strong>CLAMBAKE PACKAGE - $114 PER '
'PERSON:</strong></p><p>Main Course is a choice of:</p><p>• BBQ '
'Chicken off the grill</p><p>• Grilled Salmon</p><p>• Grilled '
'Steak</p><p>• Vegetarian Meal (BBQ Faux Chicken or Veggie '
'Burger)</p><p>OR</p><p><strong>LOBSTER BAKE PACKAGE - $124 PER '
'PERSON</strong>:</p><p>The main entrée is a 1.5 lb. '
'Lobster.</p><p>BOTH Packages include ALL of the following '
'sides:</p><p>Mixed field greens or Caesar Salad</p><p>Steamed '
'Herbed Clams and Mussels</p><p>Herb Roasted '
'Potatoes</p><p>Classic Coleslaw</p><p>Grilled Vegetables with '
'lemon & thyme</p><p>Dessert</p><p>Ala Carte '
'Additions</p><p>Dozen Copps Island Oyster $30</p><p>Dozen Top '
'Neck Clams $20</p><p>Dozen Chilled Jumbo Cocktail Shrimp '
'$26</p><p>Extra Lobster 1 - 1/2lb $35</p><p>All served with '
'cocktail sauce & horseradish</p><p>BYOB! Please bring your '
'own beverages/wine/beer cups & openers as none are available '
'in the island.</p><p><strong>You must purchase one entrée for '
'each person in order to attend the '
"event.</strong></p><p>Cooler's/ Carry-On/ Packages must fit "
'beneath your seat or will not be allowed on board per USCG '
'regulations.\xa0Coolers cannot exceed 18"(H) x 18\' (D) x 24" '
'(W)</p><p><br/></p><p><strong>PLEASE BE ON TIME. WE CANNOT DELAY '
'DEPARTURE FOR LATE ARRIVALS.</strong></p><p>We promptly depart '
'the dock at 6:00 PM.</p><p>We return to our dock at '
'APPROXIMATELY 9:30 PM.</p><p>THIS EVENT HAS A STRICT NO REFUND '
'POLICY.</p><p>Tickets are non refundable unless there is a '
'weather cancellation.</p><p>When making reservations, please '
'provide contact information for day of trip, including cellphone '
'information. We may need to contact you if there is a change due '
'to weather conditions. TICKET HOLDERS WILL BE NOTIFIED VIA EMAIL '
'IF EVENT IS CANCELLED. Please check your email before departing '
'for event. Ticketing fees applied to all reservations.</p><p>The '
'Norwalk Seaport Association has owned, restored and maintained '
'Sheffield Island Lighthouse since 1986 and is the official U.S. '
'Fish & Wildlife Service Friends group for the Norwalk '
"Islands.</p><p>Visitors can board the Seaport Association's "
'45-foot Capt. M. C. Schlegel catamaran for a cruise to Sheffield '
'Island, take a tour of the Lighthouse, hunt for shells along the '
'beach, dine on a delicious clambake dinner, play on the lawns '
'around the Lighthouse, and simply have a good time. You will '
'step directly from the boat into the past. Sheffield Island is '
'located in the outer reaches of Norwalk Harbor providing unique '
'views of the city and the surrounding waterways. The Lighthouse '
'tower (currently closed for repairs) provides stunning views of '
'Long Island Sound and, on a clear day, of the New York City '
'skyline. However, one can see magnificent views through our new '
'antique telescope available to everyone!</p><p>Sheffield Island '
'is a rocky outcrop with rolling terrain and the docking '
'facilities do not meet ADA regulations. Every effort has been '
'made to minimize non-compliance. The gangway leading from the '
'dock to the Island is wide enough to accommodate a standard '
'wheelchair. The gangway incline (steepness) is determined by the '
'height of the tide; at low tide it is steeper than at high tide. '
'Due to liability concerns, the Sheffield Island staff is '
'disallowed to assist with lifting or pushing a wheelchair or '
'stroller. It will be important for the physically challenged to '
'travel with a companion able to assist '
'them.</p><p><br/></p><p>Keeping in mind that you are traveling '
'on a boat, and the Island is a rocky outcrop with rolling '
'terrain, we encourage visitors to wear comfortable, '
'rubber-bottom shoes for safety.</p><p><br/></p><p>Safety & '
'Comfort Tips</p><p>A few simple precautions will help you stay '
'safe and comfortable on Sheffield Island:</p><p>Insect '
'Protection: Wear insect repellent (complimentary spray is '
'available on-site). Check yourself for ticks after your '
'visit.</p><p>Sun Safety: Stay hydrated by drinking plenty of '
'water and apply sunscreen regularly. Wear lightweight, '
'light-colored clothing and a hat to stay cool and '
'protected.</p><p>Before You Go: Check for local advisories or '
'weather updates to ensure the best possible experience.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-18T18:00:00-04:00">Tuesday, Aug 18, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-18T18:00:00-04:00">6:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-18T21:30:00-04:00">9:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<turbo-frame id="weather_event_267394" loading="lazy" '
'src="/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-18-2026/weather?variant=detail" '
'style="display: block"></turbo-frame>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Tuesday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_267394" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 2 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_267394" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-11-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-11T18:00:00-04:00">Tuesday, Aug '
'11, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-25T18:00:00-04:00">Tuesday, Aug '
'25, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Sheffield Island Lighthouse '
'Dock</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">90 Water Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Sheffield+Island+Lighthouse+Dock,90+Water+Street,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="http://www.seaport.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:55 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/10th-biennial-footprint-international-exhibition-08-11-2026-1>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#34',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="10th Biennial FOOTPRINT International Exhibition" '
'class="event-detail_image" loading="lazy" '
'src="https://res-2.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/ecnee3iss2ekvwkphkxy"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Emily Tella</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20899-7999">+1 (203) 899-7999</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:media@contemprints.org">media@contemprints.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Visual Arts</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 13+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>The Center for Contemporary Printmaking’s <a '
'href="https://contemprints.org/exhibition/10th-biennial-footprint-international-exhibition" '
'rel="noopener noreferrer" target="_blank"><strong>10th '
'</strong></a><a '
'href="https://contemprints.org/exhibition/10th-biennial-footprint-international-exhibition/" '
'rel="noopener noreferrer" target="_blank"><strong>Biennial '
'FOOTPRINT International Competition</strong></a> is an '
'opportunity for the presentation of current trends and '
'innovations in contemporary printmaking within the bounds of the '
'one square foot (12” x 12”) configuration. The square format was '
'uncommon in art until the advent of abstraction, and presents '
'distinct challenges of composition and expression. Within these '
'precise limits, artists must confront a space and create visual '
'order and formal structure.</p><p><br/></p><p>All fine-art '
'printmaking mediums are eligible for the competition, including '
'woodcut, intaglio, lithography, screenprint, monotype, and '
'original digital media. For 2026, juror Amé Bell reviewed 360 '
'submissions from artists all over the world. Of these, she '
'selected 86 prints for inclusion in the exhibition.\xa0'
'</p><p><br/></p><p><strong>Gallery '
'Hours:</strong></p><p>Tuesday-Saturday, 9 AM - 5 '
'PM</p><p>Sunday, 12 PM - 5 PM</p><p>Closed Monday</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-11T09:00:00-04:00">Tuesday, Aug 11, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-11T09:00:00-04:00">9:00 am</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-11T17:00:00-04:00">5:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Day</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_314313" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 10 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_314313" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-12-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-12T09:00:00-04:00">Wednesday, Aug '
'12, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-13-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-13T09:00:00-04:00">Thursday, Aug '
'13, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-14-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-14T09:00:00-04:00">Friday, Aug 14, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-15-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-15T09:00:00-04:00">Saturday, Aug '
'15, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-16-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-16T09:00:00-04:00">Sunday, Aug 16, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-17-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-17T09:00:00-04:00">Monday, Aug 17, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-18T09:00:00-04:00">Tuesday, Aug '
'18, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-19-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-19T09:00:00-04:00">Wednesday, Aug '
'19, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-20-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-20T09:00:00-04:00">Thursday, Aug '
'20, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/10th-biennial-footprint-international-exhibition-08-21-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-21T09:00:00-04:00">Friday, Aug 21, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">9:00 am<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Center for Contemporary '
'Printmaking</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">299 West Avenue</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06850</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Center+for+Contemporary+Printmaking,299+West+Avenue,Norwalk,CT,06850" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="https://contemprints.org/" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-09-26&page=4> (referer: https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-09-11&page=3)
2026-08-12 03:20:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-10-11&page=5> (referer: https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-09-26&page=4)
2026-08-12 03:20:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/soul-line-dancing-09-01-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:57 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/soul-line-dancing-09-01-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#35',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="Soul Line Dancing" class="event-detail_image" '
'loading="lazy" '
'src="https://res-2.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/m3fqhauo3kljpfopjqk7"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Performing Arts Lab</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:+1%20(203)%20512-9000">+1 (203) 512-9000</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:norwalkperformingartslab@gmail.com">norwalkperformingartslab@gmail.com</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Performing Arts</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">All Ages</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<a class="button is-icon event-detail-cta w-inline-block" '
'data-outbound-link="" data-outbound-type="ticket_url" '
'href="https://ctvisit.com/events/soul-line-dancing" '
'rel="noopener noreferrer" target="_blank">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 '
'18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 '
'311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 '
'64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 '
'256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 '
'15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 '
'16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 '
'0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 '
'32 32V352c0 17.7-14.3 32-32 32H128c-17.7 '
'0-32-14.3-32-32V160z"></path>\n'
'</svg>\n'
'</div>\n'
'<div>Buy Tickets</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Come down and boogie @TheLab Tuesdays from 6-8pm</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-09-01T18:00:00-04:00">Tuesday, Sep 1, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-01T18:00:00-04:00">6:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-09-01T21:00:00-04:00">9:00 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Monthly on the 1st Tuesday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_299398" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 1 more date <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_299398" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a href="/feeds/845/events/soul-line-dancing-10-06-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-10-06T18:00:00-04:00">Tuesday, Oct 6, '
'2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Norwalk Performing Arts '
'Lab</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">300 Grumman Ave</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Norwalk+Performing+Arts+Lab,300+Grumman+Ave,Norwalk,CT" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>$10</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-10-26&page=6> (referer: https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-10-11&page=5)
2026-08-12 03:20:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-11-2026> (referer: https://www.civiclift.com/feeds/845/events)
2026-08-12 03:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 03:20:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 59
2026-08-12 03:20:59 [visit_norwalk] ERROR: API error 400: {"platform_hash":["Platform 'Visit Norwalk' is archived."]}
2026-08-12 03:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.civiclift.com/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-11-2026>
{'event_url': 'https://www.visitnorwalk.org/events-in-norwalk/#36',
'platform': 'Visit Norwalk',
'platform_hash': '6c512545976b650462f32fa4246a2768',
'raw_body': '<section class="section_event-details">\n'
'<div class="padding-global">\n'
'<div class="container-large">\n'
'<div class="padding-bottom padding-xhuge">\n'
'<div class="w-layout-grid event-detail_details-layout">\n'
'<div class="event-detail_layout_image-wrapper" '
'id="w-node-_5ab4e365-8b26-dd77-71bc-4db67a9f2b9f-b84d85e6">\n'
'<div>\n'
'<img alt="2026 Seaport Association Sheffield Island Clambake" '
'class="event-detail_image" loading="lazy" '
'src="https://res-4.cloudinary.com/civiclift/image/upload/c_fill,f_auto,q_auto/v1/events/flcdyiehvgz27ghuuxob"/>\n'
'<div class="event-detail_details-row">\n'
'<div class="event-detail_details-row-item">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Organizer</h2>\n'
'<div class="event-detail_org-info-wrapper">\n'
'<div class="event-detail_org-header">\n'
'<img alt="" class="event-detail_org-logo" height="48" '
'src="https://res-1.cloudinary.com/civiclift/image/upload/c_fill,f_auto,h_48,q_auto/v1/logo/knqhq6fek3vd7zx7gmds"/>\n'
'<div class="event-detail_detail-text text-weight-semibold '
'org-name">Norwalk Seaport Association </div>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 '
'30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 '
'38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 '
'11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 '
'167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">\n'
'</path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a href="tel:(203)%20838-9444">(203) 838-9444</a>\n'
'</div>\n'
'<div class="event-detail_detail-wrapper">\n'
'<div class="padding-top padding-3px">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 '
'38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 '
'19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 '
'28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 '
'17.1-54 17.1-76.8 0L0 176z"></path>\n'
'</svg>\n'
'</div>\n'
'</div>\n'
'<a class="copy-email-link" '
'href="mailto:ray.cooke@seaport.org">ray.cooke@seaport.org</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item category-dress-combo" '
'id="w-node-bbb7b4b7-f74f-7d6f-b3ce-757bfdb3c9c6-b84d85e6">\n'
'<div class="event-detail_category-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Category</h2>\n'
'<div class="pill-wrapper">\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 '
'25 90.5 0L418.7 317.3c25-25 25-65.5 '
'0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 '
'80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Food & Drink</div>\n'
'</div>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 '
'480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 '
'323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 '
'207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 '
'14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 '
'378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 '
'32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 '
'384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 '
'15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 '
'48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 '
'15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 '
'32-32 32s-32-14.3-32-32V384H472z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Ages 13+</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_dress-code-wrapper">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Dress</h2>\n'
'<div class="pill-text-icon">\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M209.8 84.8C222.3 35 267.1 0 318.5 0H320c61.9 0 112 '
'50.1 112 112v6.3c0 36.5-17.8 70.8-47.8 91.8l-8.3 5.8L608.2 '
'377.2C628.1 391 640 413.7 640 438c0 40.9-33.1 74-74 74H74c-40.9 '
'0-74-33.1-74-74c0-24.2 11.9-47 31.8-60.8L301.6 189.8l.1-.1 '
'45.8-32c12.8-9 20.5-23.7 '
'20.5-39.3V112c0-26.5-21.5-48-48-48h-1.5c-22 0-41.2 15-46.6 '
'36.4l-.9 3.4c-4.3 17.1-21.7 27.6-38.8 '
'23.3s-27.6-21.7-23.3-38.8l.9-3.4zM320 255L68.3 429.7c-2.7 '
'1.9-4.3 4.9-4.3 8.2c0 5.5 4.5 10 10 10H566c5.5 0 10-4.5 '
'10-10c0-3.3-1.6-6.4-4.3-8.2L320 255z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="pill-text text-size-small">Casual</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_details-row-item attend-row">\n'
'<h2 class="label-text" style="font-weight: inherit; line-height: '
'inherit;">Attend</h2>\n'
'<div class="text-size-small">Open to the public, just show '
'up!</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_description-wrapper">\n'
'<div class="event-detail_detail-title-wrapper">\n'
'<div class="icon-embed-xsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 '
'64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 '
'14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 '
'32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 '
'32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 '
'14.3 32 32z"></path>\n'
'</svg>\n'
'</div>\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Description</h2>\n'
'</div>\n'
'<div class="text-rich-text event-detail_description '
'w-richtext">\n'
'<p>Seaport Association Sheffield Island Clambake</p><h2>ADVANCE '
'RESERVATIONS REQUIRED</h2><p>YOU NEED TO PURCHASE A MEAL TICKET '
'TO GET ON THE BOAT, ONLY AN ADD ON TICKET DOES NOT GET YOU ON '
'THE BOAT!</p><p>Capacity is limited. Clambakes do sell out! The '
'U.S. Coast Guard sets limit OF 48 passengers on board. There are '
'no exceptions to this rule and this includes all '
'children.</p><p>Every summer, the Seaport Ferry in South Norwalk '
'carries hundreds of hungry passengers to the historic 1868 '
'Sheffield Island Lighthouse for the Norwalk Seaport '
"Association's famous Tuesday Night Clambakes. A true New England "
'dining experience, the evening allows participants to dine in '
'the Timber Frame pavilion on the Lighthouse lawn, with tours of '
'the Lighthouse included in the cost. Round-trip cruise and '
'dinner has two price settings, $114 or $124 per person, '
'depending on entrée.</p><p><strong>Drinks /beverages are not '
"included nor offered.</strong></p><p>Cooler's/ Carry-On/ "
'Packages must fit beneath your seat or will not be allowed on '
'board per USCG regulations.</p><p>Trip Includes</p><p>Round trip '
'boat ride to Sheffield Island</p><p>Panoramic views of Long '
'Island Sound</p><p>Tour of historic Sheffield Island '
'Lighthouse</p><p><br/></p><p><strong><em>DRINKS /BEVERAGES ARE '
'NOT INCLUDED AND NOT AVAILABLE FOR '
'PURCHASE</em></strong></p><p><strong>CLAMBAKE PACKAGE - $114 PER '
'PERSON:</strong></p><p>Main Course is a choice of:</p><p>• BBQ '
'Chicken off the grill</p><p>• Grilled Salmon</p><p>• Grilled '
'Steak</p><p>• Vegetarian Meal (BBQ Faux Chicken or Veggie '
'Burger)</p><p>OR</p><p><strong>LOBSTER BAKE PACKAGE - $124 PER '
'PERSON</strong>:</p><p>The main entrée is a 1.5 lb. '
'Lobster.</p><p>BOTH Packages include ALL of the following '
'sides:</p><p>Mixed field greens or Caesar Salad</p><p>Steamed '
'Herbed Clams and Mussels</p><p>Herb Roasted '
'Potatoes</p><p>Classic Coleslaw</p><p>Grilled Vegetables with '
'lemon & thyme</p><p>Dessert</p><p>Ala Carte '
'Additions</p><p>Dozen Copps Island Oyster $30</p><p>Dozen Top '
'Neck Clams $20</p><p>Dozen Chilled Jumbo Cocktail Shrimp '
'$26</p><p>Extra Lobster 1 - 1/2lb $35</p><p>All served with '
'cocktail sauce & horseradish</p><p>BYOB! Please bring your '
'own beverages/wine/beer cups & openers as none are available '
'in the island.</p><p><strong>You must purchase one entrée for '
'each person in order to attend the '
"event.</strong></p><p>Cooler's/ Carry-On/ Packages must fit "
'beneath your seat or will not be allowed on board per USCG '
'regulations.\xa0Coolers cannot exceed 18"(H) x 18\' (D) x 24" '
'(W)</p><p><br/></p><p><strong>PLEASE BE ON TIME. WE CANNOT DELAY '
'DEPARTURE FOR LATE ARRIVALS.</strong></p><p>We promptly depart '
'the dock at 6:00 PM.</p><p>We return to our dock at '
'APPROXIMATELY 9:30 PM.</p><p>THIS EVENT HAS A STRICT NO REFUND '
'POLICY.</p><p>Tickets are non refundable unless there is a '
'weather cancellation.</p><p>When making reservations, please '
'provide contact information for day of trip, including cellphone '
'information. We may need to contact you if there is a change due '
'to weather conditions. TICKET HOLDERS WILL BE NOTIFIED VIA EMAIL '
'IF EVENT IS CANCELLED. Please check your email before departing '
'for event. Ticketing fees applied to all reservations.</p><p>The '
'Norwalk Seaport Association has owned, restored and maintained '
'Sheffield Island Lighthouse since 1986 and is the official U.S. '
'Fish & Wildlife Service Friends group for the Norwalk '
"Islands.</p><p>Visitors can board the Seaport Association's "
'45-foot Capt. M. C. Schlegel catamaran for a cruise to Sheffield '
'Island, take a tour of the Lighthouse, hunt for shells along the '
'beach, dine on a delicious clambake dinner, play on the lawns '
'around the Lighthouse, and simply have a good time. You will '
'step directly from the boat into the past. Sheffield Island is '
'located in the outer reaches of Norwalk Harbor providing unique '
'views of the city and the surrounding waterways. The Lighthouse '
'tower (currently closed for repairs) provides stunning views of '
'Long Island Sound and, on a clear day, of the New York City '
'skyline. However, one can see magnificent views through our new '
'antique telescope available to everyone!</p><p>Sheffield Island '
'is a rocky outcrop with rolling terrain and the docking '
'facilities do not meet ADA regulations. Every effort has been '
'made to minimize non-compliance. The gangway leading from the '
'dock to the Island is wide enough to accommodate a standard '
'wheelchair. The gangway incline (steepness) is determined by the '
'height of the tide; at low tide it is steeper than at high tide. '
'Due to liability concerns, the Sheffield Island staff is '
'disallowed to assist with lifting or pushing a wheelchair or '
'stroller. It will be important for the physically challenged to '
'travel with a companion able to assist '
'them.</p><p><br/></p><p>Keeping in mind that you are traveling '
'on a boat, and the Island is a rocky outcrop with rolling '
'terrain, we encourage visitors to wear comfortable, '
'rubber-bottom shoes for safety.</p><p><br/></p><p>Safety & '
'Comfort Tips</p><p>A few simple precautions will help you stay '
'safe and comfortable on Sheffield Island:</p><p>Insect '
'Protection: Wear insect repellent (complimentary spray is '
'available on-site). Check yourself for ticks after your '
'visit.</p><p>Sun Safety: Stay hydrated by drinking plenty of '
'water and apply sunscreen regularly. Wear lightweight, '
'light-colored clothing and a hat to stay cool and '
'protected.</p><p>Before You Go: Check for local advisories or '
'weather updates to ensure the best possible experience.</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_sidebar-wrapper" '
'id="w-node-_6e446bf9-7ae9-4070-9c51-24f38159f840-b84d85e6">\n'
'<div class="event-detail_info-list-wrapper">\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 '
'120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 '
'33.3-6.7s4.4-25.9-6.7-33.3L280 '
'243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">When</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="event-detail_info-wrapper">\n'
'<div><time datetime="2026-08-11T18:00:00-04:00">Tuesday, Aug 11, '
'2026</time></div>\n'
'</div>\n'
'<div class="event-detail_info-wrapper">\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-11T18:00:00-04:00">6:00 pm</time></div>\n'
'<div aria-hidden="true" class="padding-horizontal '
'padding-tiny">-</div>\n'
'<span class="sr-only">to</span>\n'
'<div class="event-detail_details-text"><time '
'datetime="2026-08-11T21:30:00-04:00">9:30 pm</time><span '
'class="cl-time-zone-label">ET</span></div>\n'
'</div>\n'
'<div data-controller="occurrences-accordion" style="margin-top: '
'8px;">\n'
'<div style="font-size: 0.875rem; color: #666;">\n'
'<span>Every Tuesday</span>\n'
'<span style="margin: 0 4px;">·</span>\n'
'<button aria-controls="occurrences_event_267393" '
'aria-expanded="false" '
'data-action="click->occurrences-accordion#toggle" '
'data-occurrences-accordion-target="trigger" style="background: '
'none; border: none; padding: 0; font: inherit; cursor: pointer; '
'color: inherit; text-decoration: underline; '
'text-decoration-style: dotted; text-underline-offset: 2px;" '
'type="button">\n'
' 2 more dates <span '
'aria-hidden="true" data-arrow="">▾</span>\n'
'</button>\n'
'</div>\n'
'<div data-occurrences-accordion-target="list" hidden="" '
'id="occurrences_event_267393" style="margin-top: 8px;">\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-18-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-18T18:00:00-04:00">Tuesday, Aug '
'18, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'<div style="padding: 4px 0; font-size: 0.875rem;">\n'
'<a '
'href="/feeds/845/events/2026-seaport-association-sheffield-island-clambake-08-25-2026" '
'style="color: inherit; text-decoration: none;">\n'
'<span><time datetime="2026-08-25T18:00:00-04:00">Tuesday, Aug '
'25, 2026</time></span>\n'
'<span style="margin-left: 4px; color: #666;">6:00 pm<span '
'class="cl-time-zone-label">ET</span></span>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall pin primary-color w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 '
'192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 '
'0-128z"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">Where</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div class="text-weight-semibold">Sheffield Island Lighthouse '
'Dock</div>\n'
'<div class="event-detail_venue-address">\n'
'<div class="event-detail_details-text">90 Water Street</div>\n'
'<div class="text-size-small neg-left-margin">,</div>\n'
'<div class="event-detail_details-text">Norwalk, CT, 06854</div>\n'
'</div>\n'
'<div class="button-column">\n'
'<div class="w-embed">\n'
'<div class="button is-link is-icon" style="display: flex; '
'align-items: center; gap: 0.5rem">\n'
'<a data-outbound-link="" data-outbound-type="directions" '
'href="https://www.google.com/maps/dir/?api=1&destination=Sheffield+Island+Lighthouse+Dock,90+Water+Street,Norwalk,CT,06854" '
'rel="noopener noreferrer" style="color: inherit; display: flex; '
'align-items: center; gap: 0.25rem" target="_blank">\n'
' Directions\n'
' <span class="sr-only">(opens '
'in new tab)</span>\n'
'<div class="icon-embed-xxsmall" style="display: flex; '
'align-items: center">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'<a class="button is-link is-icon w-inline-block" '
'data-outbound-link="" data-outbound-type="venue_url" '
'href="http://www.seaport.org" rel="noopener noreferrer" '
'target="_blank">\n'
'<div>Venue Website</div>\n'
'<span class="sr-only">(opens in new tab)</span>\n'
'<div class="icon-embed-xxsmall w-embed">\n'
'<svg aria-hidden="true" fill="currentColor" focusable="false" '
'viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M328 96c13.3 0 24 10.7 24 24V360c0 13.3-10.7 24-24 '
'24s-24-10.7-24-24V177.9L73 409c-9.4 9.4-24.6 9.4-33.9 '
'0s-9.4-24.6 0-33.9l231-231H88c-13.3 0-24-10.7-24-24s10.7-24 '
'24-24H328z"></path>\n'
'</svg>\n'
'</div>\n'
'</a>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="event-detail_detail-item">\n'
'<div class="icon-embed-xsmall primary-color w-embed">\n'
'<svg aria-hidden="true" class="svg-inline--fa '
'fa-money-bill-wave" data-icon="money-bill-wave" '
'data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 '
'512" xmlns="http://www.w3.org/2000/svg">\n'
'<path d="M559 54.5C524.1 38.25 489.2 32 454.3 32C343.5 32 232.5 '
'94.38 121.7 94.38c-27.79 0-55.57-4-83.36-13.75C35.21 79.5 32.06 '
'79 29.03 79C13.5 79 0 92.38 0 110.8v317.4c0 12.62 6.525 24.5 '
'16.99 29.38C51.86 473.8 86.85 480 121.7 480c110.8 0 221.7-62.38 '
'332.6-62.38c27.79 0 55.57 4 83.36 13.75c3.15 1.125 6.301 1.625 '
'9.338 1.625C562.5 433 576 419.6 576 401.1V83.88C576 71.25 569.5 '
'59.38 559 54.5zM528 151.2C496.5 147.2 472 120.6 472 88c0-2.209 '
'.4486-4.262 .6751-6.403C492 83.22 510.7 86.56 528 '
'93.39V151.2zM208 256c0-53.02 35.82-96 79.1-96s79.1 42.98 79.1 '
'96c0 53.02-35.82 96-79.1 96S208 309 208 256zM48 133.6C68.05 '
'138.6 88.86 140.1 110.4 141.7C104.2 170.5 78.63 192 48 '
'192V133.6zM48 360.8C79.53 364.8 104 391.4 104 424c0 2.207-.4486 '
'4.262-.6751 6.403C83.95 428.8 65.35 425.4 48 418.6V360.8zM528 '
'378.4c-20.05-5.02-40.85-7.4-62.44-8.139C471.8 341.5 497.4 320 '
'528 320V378.4z" fill="currentColor"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="event-detail_detail-item-text-wrapper">\n'
'<h2 class="event-detail_detail-title" style="font-size: '
'inherit;">How Much</h2>\n'
'<div class="event-detail_detail-info">\n'
'<div>Free</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</section>'}
2026-08-12 03:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-11-10&page=7> (referer: https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-10-26&page=6)
2026-08-12 03:21:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-11-25&page=8> (referer: https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-11-10&page=7)
2026-08-12 03:21:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-12-10&page=9> (referer: https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-11-25&page=8)
2026-08-12 03:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-12-25&page=10> (referer: https://www.civiclift.com/feeds/845/events?format=turbo_stream&from=&last_day=2026-12-10&page=9)
2026-08-12 03:21:03 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-12 03:21:03 [scrapy.extensions.feedexport] INFO: Stored csv feed (36 items) in: output/2026/08/12/visit_norwalk.csv
2026-08-12 03:21:03 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 33644,
'downloader/request_count': 46,
'downloader/request_method_count/GET': 46,
'downloader/response_bytes': 910588,
'downloader/response_count': 46,
'downloader/response_status_count/200': 46,
'dupefilter/filtered': 324,
'elapsed_time_seconds': 15.139883,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 12, 1, 21, 3, 35578, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 5768821,
'httpcompression/response_count': 46,
'item_scraped_count': 36,
'items_per_minute': 144.0,
'log_count/DEBUG': 155,
'log_count/ERROR': 36,
'log_count/INFO': 3,
'log_count/WARNING': 1,
'memusage/max': 99491840,
'memusage/startup': 99491840,
'request_depth_max': 10,
'response_received_count': 46,
'responses_per_minute': 184.0,
'scheduler/dequeued': 46,
'scheduler/dequeued/memory': 46,
'scheduler/enqueued': 46,
'scheduler/enqueued/memory': 46,
'start_time': datetime.datetime(2026, 8, 12, 1, 20, 47, 895695, tzinfo=datetime.timezone.utc)}
2026-08-12 03:21:03 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (visit_norwalk)