PROJECT (event_scrapers)
SPIDER (fred_astaire_dance_studio)
2026-08-11 18:00:27 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 18:00:27 [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 18:00:27 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 18:00:27 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 18:00:27 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 18:00:27 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 18:00:27 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 18:00:27 [scrapy.extensions.telnet] INFO: Telnet Password: 629edfe09c27fbdc
2026-08-11 18:00:27 [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 18:00:27 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x79ad1343f4c0>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/fred_astaire_dance_studio/c39ecf8d959d11f18d600050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 18:00:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 18:00:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 18:00:27 [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 18:00:27 [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 18:00:27 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 18:00:27 [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 18:00:27 [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 18:00:27 [scrapy.core.engine] INFO: Spider opened
2026-08-11 18:00:27 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.fred_astaire_dance_studio.FredAAstaireDanceStudioSpider 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 18:00:27 [fred_astaire_dance_studio] INFO: Sending scraped events to prod API
2026-08-11 18:00:27 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 18:00:27 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 18:00:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.fredastaire.com/norwalk/events/> (referer: https://www.fredastaire.com/norwalk/calendar/)
2026-08-11 18:00:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.fredastaire.com/norwalk/event/regional-competitions/the-freddy-ball-2025/> (referer: https://www.fredastaire.com/norwalk/calendar/)
2026-08-11 18:00:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:00:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:00:29 [fred_astaire_dance_studio] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 18:00:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.fredastaire.com/norwalk/event/regional-competitions/the-freddy-ball-2025/>
{'event_url': 'https://www.fredastaire.com/norwalk/event/regional-competitions/the-freddy-ball-2025/',
'platform': 'Fred Astaire Dance Studio',
'platform_hash': '4acb1b5b7e159f39e241774ac7c7e908',
'raw_body': '<main '
'data-rocket-location-hash="e19bbfdc093aba4eaac4d067056a24dc" '
'id="content" class="site-main post-7807 event type-event '
'status-publish has-post-thumbnail hentry region-new-england '
'event_type-regional-competitions" role="main"><header '
'data-rocket-location-hash="e5780d021e2daed84a534ca107f1fd27" '
'class="page-header"><h1 class="entry-title">The Freddy Ball '
'2025</h1></header><div '
'data-rocket-location-hash="a423b3a27ca55c65055bd991072aef2f" '
'class="page-content"><p>Get ready for the glitz and glamour of '
'the New England Freddy Ball, the Oscars of ballroom dancing! '
'<span class="citation-0 recitation citation-end-0">From February '
'27th to March 1st, Fred Astaire Dance Studios proudly presents '
'this prestigious event. </span><span class="citation-1 '
'recitation citation-end-1">Witness breathtaking performances, '
'dazzling costumes, and the finest ballroom talent from across '
'the region.<sup class="superscript visible" '
'data-turn-source-index="2"> \xa0</sup></span>Join us for an '
'unforgettable celebration of dance, artistry, and competition. '
'Don’t miss the chance to experience the magic of the Freddy '
'Ball!</p><div '
'data-rocket-location-hash="31e3a4a1093d649dc136c8a832cf8acc" '
'class="post-tags"></div></div></main>'}
2026-08-11 18:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.fredastaire.com/norwalk/event/regional-competitions/arabian-nights/> (referer: https://www.fredastaire.com/norwalk/calendar/)
2026-08-11 18:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.fredastaire.com/norwalk/event/inter-regional-competitions/dancing-with-our-stars-stripes/> (referer: https://www.fredastaire.com/norwalk/calendar/)
2026-08-11 18:00:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:00:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:00:29 [fred_astaire_dance_studio] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 18:00:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.fredastaire.com/norwalk/event/regional-competitions/arabian-nights/>
{'event_url': 'https://www.fredastaire.com/norwalk/event/regional-competitions/arabian-nights/',
'platform': 'Fred Astaire Dance Studio',
'platform_hash': '4acb1b5b7e159f39e241774ac7c7e908',
'raw_body': '<main '
'data-rocket-location-hash="d7cdf7f5077a5d907f28d1906323681e" '
'id="content" class="site-main post-7820 event type-event '
'status-publish has-post-thumbnail hentry region-fairfield-county '
'event_type-regional-competitions" role="main"><header '
'data-rocket-location-hash="e5780d021e2daed84a534ca107f1fd27" '
'class="page-header"><h1 class="entry-title">Arabian '
'Nights</h1></header><div '
'data-rocket-location-hash="a423b3a27ca55c65055bd991072aef2f" '
'class="page-content"><p>Get ready to be transported to a magical '
'world! ✨ Join us for the Fred Astaire Dance Studios of Fairfield '
'County Team Match: Arabian Nights on March 30th from noon to '
'5pm! 🌙 Experience an afternoon of dazzling dances, exciting '
'competition, and enchanting entertainment. Don’t miss this '
'spectacular event!</p><div '
'data-rocket-location-hash="31e3a4a1093d649dc136c8a832cf8acc" '
'class="post-tags"></div></div></main>'}
2026-08-11 18:00:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:00:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:00:29 [fred_astaire_dance_studio] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 18:00:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.fredastaire.com/norwalk/event/inter-regional-competitions/dancing-with-our-stars-stripes/>
{'event_url': 'https://www.fredastaire.com/norwalk/event/inter-regional-competitions/dancing-with-our-stars-stripes/',
'platform': 'Fred Astaire Dance Studio',
'platform_hash': '4acb1b5b7e159f39e241774ac7c7e908',
'raw_body': '<main id="content" class="site-main post-7817 event type-event '
'status-publish has-post-thumbnail hentry region-new-england '
'event_type-inter-regional-competitions" role="main"><header '
'class="page-header"><h1 class="entry-title">Dancing With Our '
'Stars & Stripes</h1></header><div '
'class="page-content"><p>Get ready to dance with patriotic pride! '
'🇺🇸 The Fred Astaire Dance Studios of New England are thrilled to '
'announce our “Dancing With Our Stars and Stripes” event, May '
'8-10, 2025! Join us for a dazzling celebration of dance and '
'American spirit.</p><div class="post-tags"></div></div></main>'}
2026-08-11 18:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.fredastaire.com/norwalk/events/2/> (referer: https://www.fredastaire.com/norwalk/calendar/)
2026-08-11 18:00:30 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://www.fredastaire.com/norwalk/event/local-studio-events/holiday-showcase-gala-2023/>, 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 18:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.fredastaire.com/norwalk/event/local-studio-events/holiday-showcase-gala-2023/> (referer: https://www.fredastaire.com/norwalk/calendar/)
2026-08-11 18:00:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:00:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:00:30 [fred_astaire_dance_studio] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:00:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.fredastaire.com/norwalk/event/local-studio-events/holiday-showcase-gala-2023/>
{'event_url': 'https://www.fredastaire.com/norwalk/event/local-studio-events/holiday-showcase-gala-2023/',
'platform': 'Fred Astaire Dance Studio',
'platform_hash': '4acb1b5b7e159f39e241774ac7c7e908',
'raw_body': '<main '
'data-rocket-location-hash="2258c667d79a40e9e12f91f4db3b5e62" '
'id="content" class="site-main post-7581 event type-event '
'status-publish has-post-thumbnail hentry '
'event_type-local-studio-events" role="main"><div '
'data-rocket-location-hash="5334a34cd7209dcbed5d24e09b1b3c9c" '
'class="page-content"><div data-elementor-type="wp-post" '
'data-elementor-id="7581" class="elementor elementor-7581" '
'data-elementor-settings=\'{"ha_cmc_init_switcher":"no"}\' '
'data-elementor-post-type="event"><section '
'class="elementor-section elementor-top-section elementor-element '
'elementor-element-38dc739c elementor-section-height-min-height '
'elementor-section-boxed elementor-section-height-default '
'elementor-section-items-middle" data-id="38dc739c" '
'data-element_type="section" data-e-type="section" '
'data-settings=\'{"background_background":"classic","_ha_eqh_enable":false}\'><div '
'class="elementor-container elementor-column-gap-default"><div '
'class="elementor-column elementor-col-100 elementor-top-column '
'elementor-element elementor-element-4ce5723" data-id="4ce5723" '
'data-element_type="column" data-e-type="column"><div '
'class="elementor-widget-wrap"></div></div></div></section><section '
'class="elementor-section elementor-top-section elementor-element '
'elementor-element-5b8548f3 elementor-section-full_width '
'elementor-section-height-default '
'elementor-section-height-default" data-id="5b8548f3" '
'data-element_type="section" data-e-type="section" '
'data-settings=\'{"background_background":"classic","_ha_eqh_enable":false}\'><div '
'class="elementor-container elementor-column-gap-no"><div '
'class="elementor-column elementor-col-50 elementor-top-column '
'elementor-element elementor-element-21c0eb30" data-id="21c0eb30" '
'data-element_type="column" data-e-type="column"><div '
'class="elementor-widget-wrap elementor-element-populated"><div '
'class="elementor-element elementor-element-747269a '
'elementor-widget elementor-widget-image" data-id="747269a" '
'data-element_type="widget" data-e-type="widget" '
'data-widget_type="image.default"><div '
'class="elementor-widget-container"> <img fetchpriority="high" '
'decoding="async" width="1440" height="1800" '
'src="https://www.fredastaire.com/norwalk/wp-content/uploads/sites/160/2023/11/Holiday-Gala-II.jpg" '
'class="attachment-full size-full wp-image-7247" alt="" '
'srcset="https://www.fredastaire.com/norwalk/wp-content/uploads/sites/160/2023/11/Holiday-Gala-II.jpg '
'1440w, '
'https://www.fredastaire.com/norwalk/wp-content/uploads/sites/160/2023/11/Holiday-Gala-II-240x300.jpg '
'240w, '
'https://www.fredastaire.com/norwalk/wp-content/uploads/sites/160/2023/11/Holiday-Gala-II-819x1024.jpg '
'819w, '
'https://www.fredastaire.com/norwalk/wp-content/uploads/sites/160/2023/11/Holiday-Gala-II-768x960.jpg '
'768w, '
'https://www.fredastaire.com/norwalk/wp-content/uploads/sites/160/2023/11/Holiday-Gala-II-1229x1536.jpg '
'1229w" sizes="(max-width: 1440px) 100vw, '
'1440px"></div></div></div></div><div class="elementor-column '
'elementor-col-50 elementor-top-column elementor-element '
'elementor-element-708d3230" data-id="708d3230" '
'data-element_type="column" data-e-type="column" '
'data-settings=\'{"background_background":"classic"}\'><div '
'class="elementor-widget-wrap elementor-element-populated"><div '
'class="elementor-element elementor-element-11428292 '
'elementor-widget elementor-widget-heading" data-id="11428292" '
'data-element_type="widget" data-e-type="widget" '
'data-widget_type="heading.default"><div '
'class="elementor-widget-container"><h2 '
'class="elementor-heading-title elementor-size-default">Ring In '
'the Season!</h2></div></div><div class="elementor-element '
'elementor-element-29f5cf41 elementor-widget '
'elementor-widget-heading" data-id="29f5cf41" '
'data-element_type="widget" data-e-type="widget" '
'data-widget_type="heading.default"><div '
'class="elementor-widget-container"><h1 '
'class="elementor-heading-title elementor-size-default">Holiday '
'Showcase Gala 2023</h1></div></div><div class="elementor-element '
'elementor-element-4c79bbaf elementor-widget '
'elementor-widget-text-editor" data-id="4c79bbaf" '
'data-element_type="widget" data-e-type="widget" '
'data-widget_type="text-editor.default"><div '
'class="elementor-widget-container"><p>Join us for this fun and '
'elegant '
'affair!</p></div></div></div></div></div></section></div><div '
'data-rocket-location-hash="31e3a4a1093d649dc136c8a832cf8acc" '
'class="post-tags"></div></div></main>'}
2026-08-11 18:00:30 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 18:00:30 [scrapy.extensions.feedexport] INFO: Stored csv feed (4 items) in: output/2026/08/11/fred_astaire_dance_studio.csv
2026-08-11 18:00:30 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 4922,
'downloader/request_count': 6,
'downloader/request_method_count/GET': 6,
'downloader/response_bytes': 192236,
'downloader/response_count': 6,
'downloader/response_status_count/200': 6,
'elapsed_time_seconds': 2.786236,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 16, 0, 30, 567748, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 1063858,
'httpcompression/response_count': 6,
'item_scraped_count': 4,
'items_per_minute': 120.0,
'log_count/DEBUG': 18,
'log_count/ERROR': 4,
'log_count/INFO': 3,
'log_count/WARNING': 1,
'memusage/max': 99635200,
'memusage/startup': 99635200,
'request_depth_max': 2,
'response_received_count': 6,
'responses_per_minute': 180.0,
'scheduler/dequeued': 6,
'scheduler/dequeued/memory': 6,
'scheduler/enqueued': 6,
'scheduler/enqueued/memory': 6,
'start_time': datetime.datetime(2026, 8, 11, 16, 0, 27, 781512, tzinfo=datetime.timezone.utc)}
2026-08-11 18:00:30 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (fred_astaire_dance_studio)