-
Head
2026-08-11 23:00:37 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 23:00:37 [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-11 23:00:37 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 23:00:37 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 23:00:37 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 23:00:37 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 23:00:37 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 23:00:37 [scrapy.extensions.telnet] INFO: Telnet Password: fd11fd5a645775d9
2026-08-11 23:00:37 [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-11 23:00:37 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x7833633374c0>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/norwalk_symphony/b2e1ed9395c711f1b8e40050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 23:00:37 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 23:00:37 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 23:00:37 [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-11 23:00:37 [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-11 23:00:37 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 23:00:37 [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-11 23:00:37 [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-11 23:00:37 [scrapy.core.engine] INFO: Spider opened
2026-08-11 23:00:37 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.norwalk_symphony.NorwalkSymphonySpider 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-11 23:00:37 [norwalk_symphony] INFO: Sending scraped events to prod API
2026-08-11 23:00:37 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 23:00:37 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 23:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.norwalksymphony.org/> (referer: None)
2026-08-11 23:00:37 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://www.norwalksymphony.org/20262027>, 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-11 23:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.norwalksymphony.org/20262027> (referer: https://www.norwalksymphony.org/)
2026-08-11 23:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.norwalksymphony.org/20262027/2026/3/31/verdi-requiem-with-fairfield-county-chorale> (referer: https://www.norwalksymphony.org/20262027)
2026-08-11 23:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.norwalksymphony.org/20262027/2026/3/31/music-for-all-ages> (referer: https://www.norwalksymphony.org/20262027)
2026-08-11 23:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 23:00:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10131
2026-08-11 23:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.norwalksymphony.org/20262027/2026/3/31/verdi-requiem-with-fairfield-county-chorale>
{'event_url': 'https://www.norwalksymphony.org/20262027/2026/3/31/verdi-requiem-with-fairfield-county-chorale',
'platform': 'Norwalk Symphony',
'platform_hash': 'd45358e61d55c4b6af90b2923136dd8e',
'raw_body': '<div class="main-content" data-content-field="main-content" '
'data-collection-id="69cb393ae7dcf81d5fc207dc" '
'data-edit-main-image="Page Banner">\n'
'\t\t\t\t\t\t\t\t\t<div class="sqs-events-collection-item">\n'
'\n'
' <a href="/20262027" class="eventitem-backlink">Back to All '
'Events</a>\n'
'\n'
' \n'
' <article class="eventitem " '
'id="article-69cb52f4f23a9427ef3c8aa6" '
'data-item-id="69cb52f4f23a9427ef3c8aa6">\n'
'\n'
' <div class="eventitem-column-meta">\n'
'\n'
' <h1 class="eventitem-title">Verdi Requiem with Fairfield '
-
Tail
'class="sqs-image-shape-container-element\n'
' \n'
' \n'
' \n'
' has-aspect-ratio\n'
' " style="\n'
' position: relative;\n'
' \n'
' padding-bottom:37.01527786254883%;\n'
' \n'
' overflow: hidden;-webkit-mask-image: '
'-webkit-radial-gradient(white, black);\n'
' ">\n'
' \n'
' \n'
' \n'
' \n'
' \n'
' \n'
' \n'
' <img data-stretch="false" '
'data-src="https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png" '
'data-image="https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png" '
'data-image-dimensions="851x315" data-image-focal-point="0.5,0.5" '
'alt="" data-load="false" elementtiming="system-image-block" '
'data-sqsp-image-classic-block-image '
'src="https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png" '
'width="851" height="315" sizes="(max-width: 640px) 100vw, '
'(max-width: 767px) 100vw, 100vw" '
'style="display:block;object-fit: cover; width: 100%; height: '
'100%; object-position: 50% 50%" '
'onload=\'this.classList.add("loaded")\' '
'srcset="https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png?format=100w '
'100w, '
'https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png?format=300w '
'300w, '
'https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png?format=500w '
'500w, '
'https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png?format=750w '
'750w, '
'https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png?format=1000w '
'1000w, '
'https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png?format=1500w '
'1500w, '
'https://images.squarespace-cdn.com/content/v1/53ef8553e4b0cc6081ed6a79/7fbdc144-1721-43a6-b4a4-6c4b2cc58cf5/1d-Tchaikovsky_Festival.png?format=2500w '
'2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
'\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
'\n'
' \n'
' \n'
' </figure>\n'
' \n'
'\n'
' </div>\n'
' \n'
'\n'
'\n'
' \n'
'\n'
'\n'
'</div></div><div class="sqs-block html-block sqs-block-html" '
'data-block-type="2" data-sqsp-block="text" '
'id="block-333c345c0fc2f862f61d"><div class="sqs-block-content">\n'
'\n'
'<div class="sqs-html-content" data-sqsp-text-block-content>\n'
' <p class="" style="white-space:pre-wrap;">We open our season '
'with an evening devoted to the passion and brilliance of the '
'most romantic of all composers, Pyotr Ilyich Tchaikovsky! '
'Connecticut-born and internationally acclaimed violinist Sirena '
'Huang takes center stage in Tchaikovsky’s electrifying '
'<em>Violin Concerto</em>, bringing dazzling virtuosity and '
'emotional depth to one of the repertoire’s most beloved '
'masterpieces. The program culminates in the composer’s deeply '
'moving <em>Pathétique</em> Symphony, a work of profound beauty '
'and haunting intensity. The program opens with gorgeous songs by '
'Nicolas Flagello, whose own 20th\xa0century American romanticism '
'complements Tchaikovsky perfectly. Join us for a night of '
'sweeping melodies, dramatic power, and timeless artistry that '
'celebrates Tchaikovsky at his most inspired!</p>\n'
'</div>\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
' \n'
' \n'
'\n'
'\n'
'\n'
'</div></div></div></div></div>\n'
'\n'
' \n'
' <div class="eventitem-content-footer">\n'
'\n'
' \n'
'\n'
' \n'
'\n'
' <div class="eventitem-meta event-meta '
'event-meta-socialicon-container">\n'
' <span class="sqs-simple-like" '
'data-item-id="69cb394bf1858f76abe2a61e" data-like-count="0">\n'
' <span class="like-icon"></span>\n'
' <span class="like-count"></span>\n'
' </span>\n'
'<span class="squarespace-social-buttons inline-style" '
'data-system-data-id="" '
'data-asset-url="https://static1.squarespace.com/static/53ef8553e4b0cc6081ed6a79/69cb393ae7dcf81d5fc207dc/69cb394bf1858f76abe2a61e/1781200849026/" '
'data-record-type="12" '
'data-full-url="/20262027/2026/3/30/tchaikovsky-festival" '
'data-title="Tchaikovsky Festival"></span></div>\n'
' </div>\n'
' \n'
'\n'
' </div>\n'
'\n'
' <div class="clear"></div>\n'
'\n'
' </article>\n'
'\n'
' \n'
'\n'
' <div class="clear"></div>\n'
'\n'
'\n'
' \n'
' \n'
' <div class="eventitem-pager">\n'
'\n'
' \n'
'\n'
' \n'
' <div class="eventitem-pager-newer">\n'
' <div class="eventitem-pager-date">Later Event: '
'December 6</div>\n'
' <a class="eventitem-pager-link" '
'href="/20262027/2026/3/30/holiday-pops"><span '
'class="eventitem-pager-title">Holiday Pops</span></a>\n'
' </div>\n'
' \n'
'\n'
' <div class="clear"></div>\n'
' </div>\n'
' \n'
' \n'
'\n'
'</div>\n'
'\t\t\t\t\t\t\t\t</div>'}
2026-08-11 23:00:39 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 23:00:39 [scrapy.extensions.feedexport] INFO: Stored csv feed (6 items) in: output/2026/08/11/norwalk_symphony.csv
2026-08-11 23:00:39 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 2899,
'downloader/request_count': 8,
'downloader/request_method_count/GET': 8,
'downloader/response_bytes': 252648,
'downloader/response_count': 8,
'downloader/response_status_count/200': 8,
'elapsed_time_seconds': 1.639263,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 21, 0, 39, 270760, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 1214543,
'httpcompression/response_count': 8,
'item_scraped_count': 6,
'items_per_minute': 360.0,
'log_count/DEBUG': 26,
'log_count/INFO': 3,
'log_count/WARNING': 1,
'memusage/max': 99938304,
'memusage/startup': 99938304,
'request_depth_max': 2,
'response_received_count': 8,
'responses_per_minute': 480.0,
'scheduler/dequeued': 8,
'scheduler/dequeued/memory': 8,
'scheduler/enqueued': 8,
'scheduler/enqueued/memory': 8,
'start_time': datetime.datetime(2026, 8, 11, 21, 0, 37, 631497, tzinfo=datetime.timezone.utc)}
2026-08-11 23:00:39 [scrapy.core.engine] INFO: Spider closed (finished)
-
Log
/1/log/utf8/event_scrapers/norwalk_symphony/b2e1ed9395c711f1b8e40050565fa5d9/?job_finished=True
-
Source
http://127.0.0.1:6800/logs/event_scrapers/norwalk_symphony/b2e1ed9395c711f1b8e40050565fa5d9.log