2026-06-16 14:41:24 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-06-16 14:41:24 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
'libxml2': '2.14.6',
'cssselect': '1.3.0',
'parsel': '1.10.0',
'w3lib': '2.0.0',
'Twisted': '25.5.0',
'Python': '3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0]',
'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
'cryptography': '46.0.3',
'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-06-16 14:41:24 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-06-16 14:41:24 [asyncio] DEBUG: Using selector: EpollSelector
2026-06-16 14:41:24 [scrapy.addons] INFO: Enabled addons:
[]
2026-06-16 14:41:24 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-06-16 14:41:24 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-06-16 14:41:24 [scrapy.extensions.telnet] INFO: Telnet Password: 32a7c05ad544d94e
2026-06-16 14:41:24 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.logcount.LogCount',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats']
2026-06-16 14:41:24 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x741e53f30540>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/rowayton_arts/ab530b81698011f1b1710050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-06-16 14:41:24 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 14:41:24 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 14:41:24 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-06-16 14:41:24 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-06-16 14:41:24 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-06-16 14:41:24 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.process_item)
2026-06-16 14:41:24 [scrapy.core.engine] INFO: Spider opened
2026-06-16 14:41:24 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.rowayton_arts.ListingSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
warn(
2026-06-16 14:41:24 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-06-16 14:41:24 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-06-16 14:41:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30> (referer: None)
2026-06-16 14:41:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31> (referer: None)
2026-06-16 14:41:25 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10/>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-06-16 14:41:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31> (referer: None)
2026-06-16 14:41:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/exhibitions/> (referer: None)
2026-06-16 14:41:25 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06/> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-06-16 14:41:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:26 [py.warnings] WARNING: /root/event-list-scraping/event_scrapers/spiders/rowayton_arts.py:90: GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
The code that caused this warning is on line 90 of the file /root/event-list-scraping/event_scrapers/spiders/rowayton_arts.py. To get rid of this warning, pass the additional argument 'features="lxml"' to the BeautifulSoup constructor.
soup = bs(body)
2026-06-16 14:41:26 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:26 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:26 [rowayton_arts] 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-06-16 14:41:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10/>
{'event_url': 'https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35415 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35415">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="643" sizes="(max-width: 576px) 100vw, 576px" '
'src="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg '
'576w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-269x300.jpg '
'269w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-134x150.jpg '
'134w" width="576"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 10 2026</h3>\n'
'<h4>3:30 pm - 5:00 pm</h4>\n'
'<h4>Level: All</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:26 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:26 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:26 [rowayton_arts] 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-06-16 14:41:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35409 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35409">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 10 2026</h3>\n'
'<h4>12:00 pm - 2:30 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/parent-child-animal-portrait-painting/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-07/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35397 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35397">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
'1741w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
'1536w" width="1741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 09 2026</h3>\n'
'<h4>6:00 pm - 8:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35389 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35389">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
'990w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
'722w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
'768w" width="990"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 08 2026</h3>\n'
'<h4>6:00 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $255</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06/>
{'event_url': 'https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35450 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35450">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="723" sizes="(max-width: 519px) 100vw, 519px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg '
'519w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--215x300.jpeg '
'215w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--108x150.jpeg '
'108w" width="519"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 06 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $275 </h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35370 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35370">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
'1847w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
'216w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
'739w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
'108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
'1108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
'1478w" width="1847"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 06 2026</h3>\n'
'<h4>2:30 pm - 4:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/parent-child-animal-portrait-painting/>
{'event_url': 'https://rowaytonarts.org/events/parent-child-animal-portrait-painting/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35491 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-adults '
'event-categories-workshops-for-youth" id="post-35491">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt=\'"Couch Potato" by Georgette Diamandis\' '
'class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" height="540" sizes="(max-width: '
'564px) 100vw, 564px" '
'src="https://rowaytonarts.org/wp-content/uploads/1-15-georgette-diamandis-couch-potato.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/1-15-georgette-diamandis-couch-potato.jpg '
'564w, '
'https://rowaytonarts.org/wp-content/uploads/1-15-georgette-diamandis-couch-potato-150x144.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/1-15-georgette-diamandis-couch-potato-300x287.jpg '
'300w" width="564"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: ages 6-100</h4>\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 08 2026</h3>\n'
'<h4>6:00 pm - 8:00 pm</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Georgette '
'Diamandis</a></h4>\n'
'<h4>Fee: $140 for one parent and one child. Addl people are '
'$70ea. incl all supplies</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p class="p2">Looking for a fun night out with your '
'children?\xa0 Georgette Diamandis, well known for her strikingly '
'colorful pet portraits and warm accessible teaching style, will '
'teach you and your children how to capture your favorite '
'animals’ unique personality on canvas.\xa0 She’ll guide you '
'through the sketching process and into the actual process of '
'painting — starting with shapes and later into adding details, '
'texture, and expressive color. You’ll learn how to turn a '
'favorite animal photo into a colorful painted portrait while '
'exploring basic drawing, painting, and color-mixing '
'techniques.</p>\n'
'<p class="p2">No prior painting experience is necessary—just '
'bring a photo of your beloved pet or animal and a willingness to '
'have fun.</p>\n'
'<p>Perfect for adults and parents or caregivers with children 6 '
'years or older.\xa0 Pizza, water, soda and wine will be served '
'to ensure the artists stay well hydrated and hunger free 🙂</p>\n'
'<p><strong>Note:</strong> All participants must be registered '
'separately using either the Adult or Youth Registration '
'Forms.</p>\n'
'<p class="p2"><strong>Supplies:\xa0</strong> All art supplies, '
'pizza and beverages will be provided. Just bring a photo of your '
'favorite pet animal</p>\n'
'<p><strong>About the instructor:</strong></p>\n'
'<div class="blog-post-thumb"><img alt="Georgette Diamandis" '
'class="attachment-post-thumbnail wp-post-image alignleft" '
'height="359" sizes="(max-width: 707px) 100vw, 707px" '
'src="https://rowaytonarts.org/wp-content/uploads/Georgette-Diamandis.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Georgette-Diamandis.jpg '
'707w, '
'https://rowaytonarts.org/wp-content/uploads/Georgette-Diamandis-150x100.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Georgette-Diamandis-300x199.jpg '
'300w" width="541"/></div>\n'
'<div class="entry-content">\n'
'<p><strong>Georgette Diamandis</strong> has an extensive '
'education in the arts. \xa0She earned a Masters in Education\xa0'
'<span id="more-4435"></span>from the University of Bridgeport '
'and a BA from the University of Connecticut. She also has '
'studied at the American Academy of Dramatic Art in New York City '
'and at the Lee Strasberg Acting Academy at New York '
'University</p>\n'
'<p>Georgette has been teaching art to children since 2002 — in '
'lower Fairfield County during the warmer months and in Northern '
'Vermont in the winter. \xa0Her ability to teach specific '
'painting skills in a subtle and fun format makes her classes '
'unique.\xa0\xa0 Georgette is an animal portrait artist and has '
'been studying art and painting at the Rowayton Arts Center and '
'Silvermine Art Center and Claremont School of Art in Australia '
'since 1985.</p>\n'
'<p>Georgette Diamandis’ website: \xa0<a '
'href="http://georgettepaintings.com/">http://georgettepaintings.com</a></p>\n'
'</div>\n'
'<p class="p2">\n'
'</p></div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35403 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35403">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
'254w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
'867w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
'127w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 10 2026</h3>\n'
'<h4>9:00 am - 11:30 am</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10/>
{'event_url': 'https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-32883 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-youth" '
'id="post-32883">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 741px) 100vw, 741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg '
'741w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-113x150.jpg '
'113w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-225x300.jpg '
'225w" width="741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: ages 7-10</h4>\n'
'<h3>Tues, Wed & Thurs</h3>\n'
'<h3>July 07 2026</h3>\n'
'<h4>2:30 pm - 4:30 pm</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Kellie '
'Austin</a></h4>\n'
'<h4>Fee: $160 (incl all supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>Looking for a fun way to cool off and create some amazing '
'works of art? \xa0 Join us for one or more of our 3-Day Summer '
'Workshops.</p>\n'
'<p class="p1">In these fun-filled weekly workshops, children '
'will explore their creativity through a variety of engaging art '
'projects designed to introduce them to an exciting range of '
'materials and techniques. Young artists will paint, sculpt, '
'create papier-mâché, experiment with collage, and much '
'more.</p>\n'
'<p class="p1">Our goal is to provide a supportive, encouraging '
'environment where children feel free to explore new ideas, take '
'creative risks, and express themselves through art. By the end '
'of each three-day workshop, students can expect to bring home '
'one or two completed works of art they’re proud to share.</p>\n'
'<p class="p1">Workshops are offered every week throughout the '
'summer, with <b>all-new projects each week</b>, making it easy '
'for children to return again and again for fresh creative '
'experiences.</p>\n'
'<p>All art materials are provided by RAC.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<p><b><img alt="" class="size-medium wp-image-35239 alignleft" '
'height="300" '
'src="https://rowaytonarts.org/wp-content/uploads/Austin_head-shot-163x300.jpeg" '
'width="163"/></b><strong>Kellie Austin</strong> is a '
'Connecticut-based artist and educator who has spent the past 15 '
'years helping others connect to themselves through art. Inspired '
'at age five to become an art teacher, she lives by the belief: '
'‘<i>Be who you needed when you</i><i>were younger’.</i></p>\n'
'<p class="p1">Her approach centers on process over product, '
'using art as a tool for expression, healing, and self-discovery. '
'Rooted in intuition and empathy, she creates engaging, playful '
'learning experiences that make creativity feel accessible and '
'meaningful for everyone.</p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09/>
{'event_url': 'https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35434 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35434">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1732" sizes="(max-width: 1224px) 100vw, 1224px" '
'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg '
'1224w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-724x1024.jpg '
'724w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-768x1087.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-1085x1536.jpg '
'1085w" width="1224"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 09 2026</h3>\n'
'<h4>10:00 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $340 (incl all model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-07/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-07/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35378 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35378">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="481" sizes="(max-width: 485px) 100vw, 485px" '
'src="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg '
'485w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-300x298.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-100x100.jpeg '
'100w" width="485"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 07 2026</h3>\n'
'<h4>10:30 am - 1:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 5 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
'target="_blank">Anda Styler</a></h4>\n'
'<h4>Fee: $205</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:27 [rowayton_arts] 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-06-16 14:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35362 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35362">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
'1296w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
'768w" width="1296"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 06 2026</h3>\n'
'<h4>12:30 pm - 2:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/open-studio-5-2026-07-07/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:28 [rowayton_arts] 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-06-16 14:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/open-studio-5-2026-07-07/>
{'event_url': 'https://rowaytonarts.org/events/open-studio-5-2026-07-07/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35385 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35385">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
'src="https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-scaled.jpg '
'2560w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-300x225.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-1024x768.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-150x113.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-768x576.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-1536x1152.jpg '
'1536w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-2048x1536.jpg '
'2048w" width="2560"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 07 2026</h3>\n'
'<h4>6:30 pm - 9:30 pm</h4>\n'
'<h4>Level: Intermediate to Advanced</h4>\n'
'<h4>Length: 4 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">No '
'Instruction</a></h4>\n'
'<h4>Fee: $40</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:28 [rowayton_arts] 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-06-16 14:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35423 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35423">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="640" sizes="(max-width: 480px) 100vw, 480px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
'480w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
'113w" width="480"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 08 2026</h3>\n'
'<h4>10:30 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
'target="_blank">Mari Gyorgyey</a></h4>\n'
'<h4>Fee: $285 (incl many supplies)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:28 [rowayton_arts] 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-06-16 14:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35405 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35405">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
'254w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
'867w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
'127w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 24 2026</h3>\n'
'<h4>9:00 am - 11:30 am</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:28 [rowayton_arts] 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-06-16 14:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24/>
{'event_url': 'https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35417 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35417">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="643" sizes="(max-width: 576px) 100vw, 576px" '
'src="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg '
'576w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-269x300.jpg '
'269w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-134x150.jpg '
'134w" width="576"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 24 2026</h3>\n'
'<h4>3:30 pm - 5:00 pm</h4>\n'
'<h4>Level: All</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:28 [rowayton_arts] 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-06-16 14:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35399 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35399">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
'1741w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
'1536w" width="1741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 23 2026</h3>\n'
'<h4>6:00 pm - 8:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:28 [rowayton_arts] 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-06-16 14:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35377 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35377">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
'1847w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
'216w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
'739w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
'108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
'1108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
'1478w" width="1847"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 24 2026</h3>\n'
'<h4>2:30 pm - 4:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:28 [rowayton_arts] 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-06-16 14:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35369 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35369">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
'1296w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
'768w" width="1296"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 24 2026</h3>\n'
'<h4>12:30 pm - 2:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:29 [rowayton_arts] 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-06-16 14:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35411 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35411">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 24 2026</h3>\n'
'<h4>12:00 pm - 2:30 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14-2026-07-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-23/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:29 [rowayton_arts] 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-06-16 14:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35425 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35425">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="640" sizes="(max-width: 480px) 100vw, 480px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
'480w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
'113w" width="480"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 22 2026</h3>\n'
'<h4>10:30 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
'target="_blank">Mari Gyorgyey</a></h4>\n'
'<h4>Fee: $285 (incl many supplies)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:29 [rowayton_arts] 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-06-16 14:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14-2026-07-21/>
{'event_url': 'https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14-2026-07-21/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35387 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35387">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
'src="https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-scaled.jpg '
'2560w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-300x225.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-1024x768.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-150x113.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-768x576.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-1536x1152.jpg '
'1536w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-2048x1536.jpg '
'2048w" width="2560"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 21 2026</h3>\n'
'<h4>6:30 pm - 9:30 pm</h4>\n'
'<h4>Level: Intermediate to Advanced</h4>\n'
'<h4>Length: 4 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">No '
'Instruction</a></h4>\n'
'<h4>Fee: $40</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:29 [rowayton_arts] 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-06-16 14:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35391 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35391">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
'990w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
'722w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
'768w" width="990"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 22 2026</h3>\n'
'<h4>6:00 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $255</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:29 [rowayton_arts] 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-06-16 14:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-23/>
{'event_url': 'https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-23/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35467 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35467">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="639" sizes="(max-width: 469px) 100vw, 469px" '
'src="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg '
'469w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-220x300.jpg '
'220w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-110x150.jpg '
'110w" width="469"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 23 2026</h3>\n'
'<h4>10:30 am - 12:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Judith Orseck '
'Katz</a></h4>\n'
'<h4>Fee: $220 (incl model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:29 [rowayton_arts] 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-06-16 14:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23/>
{'event_url': 'https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35436 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35436">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1732" sizes="(max-width: 1224px) 100vw, 1224px" '
'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg '
'1224w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-724x1024.jpg '
'724w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-768x1087.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-1085x1536.jpg '
'1085w" width="1224"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 23 2026</h3>\n'
'<h4>10:00 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $340 (incl all model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-4/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/natures-treasures/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-4/>
{'event_url': 'https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-4/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-34912 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-youth" '
'id="post-34912">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" height="988" sizes="(max-width: '
'741px) 100vw, 741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg '
'741w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-113x150.jpg '
'113w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-225x300.jpg '
'225w" width="741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: ages 7-10</h4>\n'
'<h3>Tues, Wed & Thurs</h3>\n'
'<h3>July 21 2026</h3>\n'
'<h4>2:30 pm - 4:30 pm</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Laurie '
'Ferrante</a></h4>\n'
'<h4>Fee: $160</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p class="p1">In these fun-filled weekly workshops, children '
'will explore their creativity through a variety of engaging art '
'projects designed to introduce them to an exciting range of '
'materials and techniques. Young artists will paint, sculpt, '
'create papier-mâché, experiment with collage, and much '
'more.</p>\n'
'<p class="p1">Our goal is to provide a supportive, encouraging '
'environment where children feel free to explore new ideas, take '
'creative risks, and express themselves through art. By the end '
'of each three-day workshop, students can expect to bring home '
'one or two completed works of art they’re proud to share.</p>\n'
'<p class="p1">Workshops are offered every week throughout the '
'summer, with <b>all-new projects each week</b>, making it easy '
'for children to return again and again for fresh creative '
'experiences.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<p><img alt="" class="wp-image-20104 alignleft" height="220" '
'src="https://rowaytonarts.org/wp-content/uploads/Laurie-Ferrente_with-puppets-300x200.jpg" '
'width="330"/></p>\n'
'<p><strong>Laurie Ferrante</strong>\xa0has a BFA and an MS in '
'Fine Arts / Art Education from the University of Bridgeport and '
'CNR.\xa0 She comes to RAC with 30 years of art education '
'experience.\xa0 Currently teaching at the Strawberry Hill School '
'in\xa0Stamford where she teaches IB Design.\xa0 Laurie is a '
'painter at heart working in mixed media and altered '
'photography.\xa0 She also repurposes old furniture with lots of '
'paint and love.\xa0 Recently she has become more passionate '
'about the performing arts designing sets and creative props for '
'her school’s theatrical productions.\xa0\xa0 Lastly, her '
'greatest love is spending time with her three daughters and '
'rescue dogs; painting furniture; and enjoys the beach and '
'reading whenever possible.</p>\n'
'<p>\xa0</p>\n'
'<p>\xa0</p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-21/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-21/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35380 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35380">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="481" sizes="(max-width: 485px) 100vw, 485px" '
'src="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg '
'485w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-300x298.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-100x100.jpeg '
'100w" width="485"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 21 2026</h3>\n'
'<h4>10:30 am - 1:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 5 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
'target="_blank">Anda Styler</a></h4>\n'
'<h4>Fee: $205</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35349 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35349">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1538" sizes="(max-width: 1151px) 100vw, 1151px" '
'src="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg '
'1151w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-766x1024.jpeg '
'766w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-112x150.jpeg '
'112w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-768x1026.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-1150x1536.jpeg '
'1150w" width="1151"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 21 2026</h3>\n'
'<h4>1:00 pm - 3:30 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://ninasuggswatercolor.com/" '
'target="_blank">Nina Suggs</a></h4>\n'
'<h4>Fee: $220</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20/>
{'event_url': 'https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35452 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35452">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="723" sizes="(max-width: 519px) 100vw, 519px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg '
'519w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--215x300.jpeg '
'215w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--108x150.jpeg '
'108w" width="519"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 20 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $275 </h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/natures-treasures/>
{'event_url': 'https://rowaytonarts.org/events/natures-treasures/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35191 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-adults" '
'id="post-35191">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2484" sizes="(max-width: 2058px) 100vw, 2058px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Nature-drawing.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Nature-drawing.jpg '
'2058w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Nature-drawing-249x300.jpg '
'249w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Nature-drawing-848x1024.jpg '
'848w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Nature-drawing-124x150.jpg '
'124w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Nature-drawing-768x927.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Nature-drawing-1273x1536.jpg '
'1273w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Nature-drawing-1697x2048.jpg '
'1697w" width="2058"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: all</h4>\n'
'<h3>Saturday</h3>\n'
'<h3>July 18 2026</h3>\n'
'<h4>10:30 am - 12:30 pm</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $85 (incl all supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>Using gifts of nature provided for you, we will explore '
'close-up examinations of your chosen objects to create beautiful '
'drawings and/or paintings!</p>\n'
'<p>Nancy will help you consider the many compositional '
'possibilities that exist for you, so you can achieve your '
'desired results. With a wide variety of media offerings, you can '
'entertain, explore, learn and play with your chosen media!</p>\n'
'<p>All materials will be provided for your enjoyment in this '
'supportive, relaxed and air-conditioned studio space! Let’s have '
'some fun and create the unexpected!</p>\n'
'<p>Open to all levels!</p>\n'
'<div><strong>Supplies</strong></div>\n'
'<div>All supplies will be provided by RAC and are included in '
'the price of the workshop.</div>\n'
'<div>\n'
'<p><strong>About the Instructor:</strong></p>\n'
'<p><img alt="" class="wp-image-15828 alignleft" height="140" '
'src="https://rowaytonarts.org/wp-content/uploads/Nancy-McTague-STock_headshot-300x225.jpg" '
'width="187"/><strong>A</strong><strong>rtist '
'Nan</strong><strong>cy McTague-Stock</strong> credits early '
'exposure to environmental experiences as the impetus for her '
'life long artistic focus.\xa0 <span id="more-15827"></span>Her '
'environmentally focused imagery centrally highlights the '
'fragility of nature in an increasingly technocentric world, '
'through an amalgam of painting, printmaking and contemporary '
'photographic media.\xa0Her work is observation-based, with a '
'strong conceptual sensibility and superb craftsmanship.</p>\n'
'<p>Nancy McTague-Stock was a Fellowship Recipient for '
'post-graduate work at The Slade School of Art at the University '
'of London in Experimental Drawing.\xa0She received an MFA from '
'The Art Institute of Boston in Visual Studies in New Media, with '
'mentors inclusive of Dike Blair, Judith Barry, Richard Klein, '
'Anthony Apesos & Sunanda Sunyal. She holds a Marketing '
'Strategy Certificate from Cornell University’s Johnson Graduate '
'School of Management, and a BFA from Virginia Commonwealth '
'University in Metalsmithing and Textiles, with specialty '
'training in ancient jewelry techniques from the Kulicke Stark '
'Academy for Jewelry Art in New York with Bob Kulicke.</p>\n'
'<p>Ms. McTague-Stock\xa0has been the recipient of many awards, '
'residencies, grants and fellowships.\xa0Her work has been '
'exhibited in group exhibitions at over ten museums, \xa0'
'solo/group shows in galleries and universities in Bulgaria, '
'Canada, China, Denmark, Great Britain, Ireland, Latvia, New '
'Zealand, Portugal, Serbia and in the U.S., from Los Angeles to '
'New York.\xa0 Nancy’s work has appeared in such publications as '
'the New York Times, Studio Visit Magazine, Plein Air Magazine, '
'Art New England Magazine, Hearst Media, The Woven Tale Press, '
'VCU Arts, CBS Connecticut, Connecticut Post, EastCoast Home '
'& Design, New England Home, Moffly Media, and VENU Magazine, '
'among others. \xa0Her work is collected by private and public '
'institutions worldwide,\xa0including most recent acquisitions of '
'her work by Yale University’s Beinecke Rare Book and Manuscript '
'Library, The Library of Congress in Washington, D.C., The Douro '
'Museum Printmaking Biennial Collection in Portugal and The '
'Chateau Orquevaux Permanent Collection in France.</p>\n'
'<p>Nancy’s experience in a wide variety of media is '
'extensive,\xa0with an environmental focus in her series of '
'projects. She has created commissioned, community-focused, '
'interactive installations and designed community participation '
'projects, global artistic exchanges and outreach programs, '
'working with students and artists from young to old. A periodic '
'lecturer about contemporary art, environment and culture, Nancy '
'has served for over twenty five years as a teacher, college '
'counselor, artists’ mentor, arts writer, curator and juror for '
'many academic, private and public institutions for exhibitions, '
'including The Prince of Wales Foundation in the UK. Nancy lives '
'on a nature preserve in Connecticut, providing a constant source '
'of fodder for her work and maintains her permanent studio in the '
'United States.</p>\n'
'<p>To learn more about Nancy, visit her website<strong>\xa0<a '
'href="https://nancymctaguestock.com/">https://nancymctaguestock.com/</a></strong></p>\n'
'<p class="p1">\n'
'</p></div>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35372 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35372">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
'1847w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
'216w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
'739w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
'108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
'1108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
'1478w" width="1847"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 20 2026</h3>\n'
'<h4>2:30 pm - 4:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35364 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35364">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
'1296w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
'768w" width="1296"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 20 2026</h3>\n'
'<h4>12:30 pm - 2:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35410 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35410">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 17 2026</h3>\n'
'<h4>12:00 pm - 2:30 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35404 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35404">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
'254w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
'867w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
'127w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 17 2026</h3>\n'
'<h4>9:00 am - 11:30 am</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:30 [rowayton_arts] 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-06-16 14:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17/>
{'event_url': 'https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35416 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35416">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="643" sizes="(max-width: 576px) 100vw, 576px" '
'src="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg '
'576w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-269x300.jpg '
'269w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-134x150.jpg '
'134w" width="576"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 17 2026</h3>\n'
'<h4>3:30 pm - 5:00 pm</h4>\n'
'<h4>Level: All</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-16/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/gelli-plate-printmaking-workshop-8/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35356 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35356">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="991" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
'width="1500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 20 2026</h3>\n'
'<h4>10:30 am - 12:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-3/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35390 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35390">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
'990w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
'722w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
'768w" width="990"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 15 2026</h3>\n'
'<h4>6:00 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $255</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16/>
{'event_url': 'https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35435 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35435">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1732" sizes="(max-width: 1224px) 100vw, 1224px" '
'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg '
'1224w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-724x1024.jpg '
'724w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-768x1087.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-1085x1536.jpg '
'1085w" width="1224"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 16 2026</h3>\n'
'<h4>10:00 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $340 (incl all model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-16/>
{'event_url': 'https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-16/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35466 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35466">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="639" sizes="(max-width: 469px) 100vw, 469px" '
'src="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg '
'469w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-220x300.jpg '
'220w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-110x150.jpg '
'110w" width="469"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 16 2026</h3>\n'
'<h4>10:30 am - 12:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Judith Orseck '
'Katz</a></h4>\n'
'<h4>Fee: $220 (incl model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/gelli-plate-printmaking-workshop-8/>
{'event_url': 'https://rowaytonarts.org/events/gelli-plate-printmaking-workshop-8/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35487 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-adults" '
'id="post-35487">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1024" sizes="(max-width: 1024px) 100vw, 1024px" '
'src="https://rowaytonarts.org/wp-content/uploads/Thoren_gelli-plat_example.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Thoren_gelli-plat_example.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Thoren_gelli-plat_example-300x300.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Thoren_gelli-plat_example-150x150.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Thoren_gelli-plat_example-768x768.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Thoren_gelli-plat_example-100x100.jpg '
'100w" width="1024"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: all</h4>\n'
'<h3>Wednesday</h3>\n'
'<h3>July 15 2026</h3>\n'
'<h4>6:00 pm - 8:30 pm</h4>\n'
'<h4>Instructor: <a href="https://www.lisathoren.com/" '
'target="_blank">Lisa Thoren and Pam Lindberg</a></h4>\n'
'<h4>Fee: $85 includes supplies</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p><strong>WORKSHOP DESCRIPTION</strong></p>\n'
'<p>In this workshop, students will learn how to use a soft '
'silicone plate (i.e. gelli plate), a brayer, paint and paper to '
'create one of a kind monoprints.\xa0 The process is fun and '
'simple and offers an endless array of creative possibilities '
'once it’s mastered.</p>\n'
'<p>As a special treat, Lisa Thoren and Pam Lindberg will be '
'co-teaching this class.\xa0 Their distinct printmaking and '
'teaching styles complement one another making for an extra rich '
'experience.\xa0 Students will be creating a variety of prints in '
'this workshop and will be offered ideas on what to make '
'next.\xa0 We do warn you though…once you start, it’s hard to '
'stop!</p>\n'
'<p>This workshop is geared toward people new to the gelli plate '
'printmaking process as well as those familiar with the '
'technique.</p>\n'
'<p><strong>SUPPLIES: </strong>All the necessary supplies for '
'gelli plate printmaking will be provided by RAC.\xa0 However, '
'you’re encouraged to bring some items from home that may add an '
'interesting textural quality to your prints and collage.\xa0 '
'Examples include flowers, leaves, combs, corrugated cardboard '
'pieces, yarn, bubble wrap, etc.\xa0 You may also want to bring '
'reference photos for use in designing your collage.</p>\n'
'<p><strong>About the Instructors:</strong></p>\n'
'<p class="font_7"><img alt="" class="wp-image-22181 alignleft" '
'height="165" '
'src="https://rowaytonarts.org/wp-content/uploads/Lisa-Thoren-headshow.webp" '
'width="173"/><strong>Lisa Thorén</strong> is an award-winning '
'mixed-media artist. She began her career\xa0studying printmaking '
'in Florence, Italy, and earned her BFA from Parsons School of '
'Design. Lisa was an\xa0art director at Travel + Leisure '
'Magazine,<span id="more-22194"></span>\xa0a\xa0creative director '
'in advertising, and board president of the Darien Arts Center in '
'Darien, Connecticut.</p>\n'
'<p>Lisa was accepted into the Silvermine Guild after being '
'juried into the 65th Annual Art of the Northeast Show at '
'Silvermine Arts Center in 2015. She has participated in the '
'Parsons School of Design alumni shows and has been the recipient '
'of numerous awards, including the National Faber Birren Color '
'Award.</p>\n'
'<p class="font_7">Lisa has exhibited as a solo artist in '
'galleries in Connecticut. Her art hangs in the permanent '
'collections of the Greenwich Library, the Darien Nature Center, '
'and\xa0the Stanford University Medical Center in '
'California.</p>\n'
'<p>Lisa Thorén’s work has\xa0been featured in Darien/New Canaan '
'Magazine, Brooks Brothers stores,\xa0and historical societies in '
'Greenwich and Darien.</p>\n'
'<p><img alt="" class="size-medium wp-image-29233 alignleft" '
'height="279" '
'src="https://rowaytonarts.org/wp-content/uploads/Lindberg_self-portrait-300x279.jpg" '
'width="300"/>After graduation from Syracuse University,\xa0'
'<strong>Pam Lindberg</strong>\xa0moved to New York City to work '
'as a surface pattern\xa0 designer for J.P.Stevens and Fieldcrest '
'Mills. Since arriving in Fairfield County she has enjoyed her '
'association with the Rowayton Art Center, Center for '
'Contemporary Printmaking and the Darien Arts Center. For the '
'last 35 years she has pursued her interests in painting, '
'printmaking, collage and photography.\xa0 She has exhibited in '
'numerous juried shows and has won many awards. A love of nature '
'is a recurring theme in her art. Her current work reflects her '
'interest in using\xa0collage made from handmade paper and the '
'Gelli Plate\xa0 She also has a love of texture and unique '
'materials and techniques in her work.</p>\n'
'<p>\xa0</p>\n'
'<p>\xa0</p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35398 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35398">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
'1741w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
'1536w" width="1741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 16 2026</h3>\n'
'<h4>6:00 pm - 8:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35424 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35424">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="640" sizes="(max-width: 480px) 100vw, 480px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
'480w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
'113w" width="480"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 15 2026</h3>\n'
'<h4>10:30 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
'target="_blank">Mari Gyorgyey</a></h4>\n'
'<h4>Fee: $285 (incl many supplies)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35348 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35348">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1538" sizes="(max-width: 1151px) 100vw, 1151px" '
'src="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg '
'1151w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-766x1024.jpeg '
'766w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-112x150.jpeg '
'112w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-768x1026.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-1150x1536.jpeg '
'1150w" width="1151"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 14 2026</h3>\n'
'<h4>1:00 pm - 3:30 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://ninasuggswatercolor.com/" '
'target="_blank">Nina Suggs</a></h4>\n'
'<h4>Fee: $220</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14/>
{'event_url': 'https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35386 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35386">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
'src="https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-scaled.jpg '
'2560w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-300x225.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-1024x768.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-150x113.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-768x576.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-1536x1152.jpg '
'1536w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-2048x1536.jpg '
'2048w" width="2560"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 14 2026</h3>\n'
'<h4>6:30 pm - 9:30 pm</h4>\n'
'<h4>Level: Intermediate to Advanced</h4>\n'
'<h4>Length: 4 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">No '
'Instruction</a></h4>\n'
'<h4>Fee: $40</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:31 [rowayton_arts] 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-06-16 14:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-3/>
{'event_url': 'https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-3/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-32887 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-youth" '
'id="post-32887">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" height="988" sizes="(max-width: '
'741px) 100vw, 741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg '
'741w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-113x150.jpg '
'113w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-225x300.jpg '
'225w" width="741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: ages 7-10</h4>\n'
'<h3>Tues, Wed & Thurs</h3>\n'
'<h3>July 14 2026</h3>\n'
'<h4>2:30 pm - 4:30 pm</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Laurie '
'Ferrante</a></h4>\n'
'<h4>Fee: $160</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p class="p1">In these fun-filled weekly workshops, children '
'will explore their creativity through a variety of engaging art '
'projects designed to introduce them to an exciting range of '
'materials and techniques. Young artists will paint, sculpt, '
'create papier-mâché, experiment with collage, and much '
'more.</p>\n'
'<p class="p1">Our goal is to provide a supportive, encouraging '
'environment where children feel free to explore new ideas, take '
'creative risks, and express themselves through art. By the end '
'of each three-day workshop, students can expect to bring home '
'one or two completed works of art they’re proud to share.</p>\n'
'<p class="p1">Workshops are offered every week throughout the '
'summer, with <b>all-new projects each week</b>, making it easy '
'for children to return again and again for fresh creative '
'experiences.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<p><img alt="" class="wp-image-20104 alignleft" height="220" '
'src="https://rowaytonarts.org/wp-content/uploads/Laurie-Ferrente_with-puppets-300x200.jpg" '
'width="330"/></p>\n'
'<p><strong>Laurie Ferrante</strong>\xa0has a BFA and an MS in '
'Fine Arts / Art Education from the University of Bridgeport and '
'CNR.\xa0 She comes to RAC with 30 years of art education '
'experience.\xa0 Currently teaching at the Strawberry Hill School '
'in\xa0Stamford where she teaches IB Design.\xa0 Laurie is a '
'painter at heart working in mixed media and altered '
'photography.\xa0 She also repurposes old furniture with lots of '
'paint and love.\xa0 Recently she has become more passionate '
'about the performing arts designing sets and creative props for '
'her school’s theatrical productions.\xa0\xa0 Lastly, her '
'greatest love is spending time with her three daughters and '
'rescue dogs; painting furniture; and enjoys the beach and '
'reading whenever possible.</p>\n'
'<p>\xa0</p>\n'
'<p>\xa0</p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/flavors-of-summer/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12-2026-08-19/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=7&year=2026&start=2026-07-01&end=2026-07-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13-2026-08-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/block-printmaking-workshop/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12-2026-08-19/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:32 [rowayton_arts] 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-06-16 14:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35363 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35363">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
'1296w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
'768w" width="1296"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 13 2026</h3>\n'
'<h4>12:30 pm - 2:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:32 [rowayton_arts] 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-06-16 14:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-14/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-14/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35379 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35379">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="481" sizes="(max-width: 485px) 100vw, 485px" '
'src="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg '
'485w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-300x298.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-100x100.jpeg '
'100w" width="485"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 14 2026</h3>\n'
'<h4>10:30 am - 1:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 5 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
'target="_blank">Anda Styler</a></h4>\n'
'<h4>Fee: $205</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:32 [rowayton_arts] 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-06-16 14:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35371 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35371">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
'1847w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
'216w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
'739w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
'108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
'1108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
'1478w" width="1847"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 13 2026</h3>\n'
'<h4>2:30 pm - 4:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:32 [rowayton_arts] 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-06-16 14:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35355 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35355">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="991" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
'width="1500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 13 2026</h3>\n'
'<h4>10:30 am - 12:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:32 [rowayton_arts] 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-06-16 14:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/flavors-of-summer/>
{'event_url': 'https://rowaytonarts.org/events/flavors-of-summer/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35193 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-adults" '
'id="post-35193">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2033" sizes="(max-width: 1912px) 100vw, 1912px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer.jpeg '
'1912w, '
'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-282x300.jpeg '
'282w, '
'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-963x1024.jpeg '
'963w, '
'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-141x150.jpeg '
'141w, '
'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-768x817.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-1445x1536.jpeg '
'1445w" width="1912"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: all</h4>\n'
'<h3>Saturday</h3>\n'
'<h3>August 22 2026</h3>\n'
'<h4>10:30 am - 1:00 pm</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $95 (incl all supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>Bring your favorite summer recipes – food or drink or both! '
'We will create a small ‘book’ worthy of gifting to a special '
'someone whom you think will truly appreciate it. By combining '
'creative ways to present your recipes along with hand drawing '
'and painted embellishments, it will become a family favorite for '
'certain!</p>\n'
'<p>All materials will be provided – just bring your recipes! '
'This workshop will be as yummy as your culinary creations!\xa0 '
'Feel free to join with a friend or family member~</p>\n'
'<p><strong>Supplies</strong></p>\n'
'<div>All supplies will be provided by RAC and are included in '
'the price of the workshop.</div>\n'
'<div>\n'
'<p><strong>About the Instructor:</strong></p>\n'
'<p><img alt="" class="wp-image-15828 alignleft" height="140" '
'src="https://rowaytonarts.org/wp-content/uploads/Nancy-McTague-STock_headshot-300x225.jpg" '
'width="187"/><strong>A</strong><strong>rtist '
'Nan</strong><strong>cy McTague-Stock</strong> credits early '
'exposure to environmental experiences as the impetus for her '
'life long artistic focus.\xa0 <span id="more-15827"></span>Her '
'environmentally focused imagery centrally highlights the '
'fragility of nature in an increasingly technocentric world, '
'through an amalgam of painting, printmaking and contemporary '
'photographic media.\xa0Her work is observation-based, with a '
'strong conceptual sensibility and superb craftsmanship.</p>\n'
'<p>Nancy McTague-Stock was a Fellowship Recipient for '
'post-graduate work at The Slade School of Art at the University '
'of London in Experimental Drawing.\xa0She received an MFA from '
'The Art Institute of Boston in Visual Studies in New Media, with '
'mentors inclusive of Dike Blair, Judith Barry, Richard Klein, '
'Anthony Apesos & Sunanda Sunyal. She holds a Marketing '
'Strategy Certificate from Cornell University’s Johnson Graduate '
'School of Management, and a BFA from Virginia Commonwealth '
'University in Metalsmithing and Textiles, with specialty '
'training in ancient jewelry techniques from the Kulicke Stark '
'Academy for Jewelry Art in New York with Bob Kulicke.</p>\n'
'<p>Ms. McTague-Stock\xa0has been the recipient of many awards, '
'residencies, grants and fellowships.\xa0Her work has been '
'exhibited in group exhibitions at over ten museums, \xa0'
'solo/group shows in galleries and universities in Bulgaria, '
'Canada, China, Denmark, Great Britain, Ireland, Latvia, New '
'Zealand, Portugal, Serbia and in the U.S., from Los Angeles to '
'New York.\xa0 Nancy’s work has appeared in such publications as '
'the New York Times, Studio Visit Magazine, Plein Air Magazine, '
'Art New England Magazine, Hearst Media, The Woven Tale Press, '
'VCU Arts, CBS Connecticut, Connecticut Post, EastCoast Home '
'& Design, New England Home, Moffly Media, and VENU Magazine, '
'among others. \xa0Her work is collected by private and public '
'institutions worldwide,\xa0including most recent acquisitions of '
'her work by Yale University’s Beinecke Rare Book and Manuscript '
'Library, The Library of Congress in Washington, D.C., The Douro '
'Museum Printmaking Biennial Collection in Portugal and The '
'Chateau Orquevaux Permanent Collection in France.</p>\n'
'<p>Nancy’s experience in a wide variety of media is '
'extensive,\xa0with an environmental focus in her series of '
'projects. She has created commissioned, community-focused, '
'interactive installations and designed community participation '
'projects, global artistic exchanges and outreach programs, '
'working with students and artists from young to old. A periodic '
'lecturer about contemporary art, environment and culture, Nancy '
'has served for over twenty five years as a teacher, college '
'counselor, artists’ mentor, arts writer, curator and juror for '
'many academic, private and public institutions for exhibitions, '
'including The Prince of Wales Foundation in the UK. Nancy lives '
'on a nature preserve in Connecticut, providing a constant source '
'of fodder for her work and maintains her permanent studio in the '
'United States.</p>\n'
'<p>To learn more about Nancy, visit her website<strong>\xa0<a '
'href="https://nancymctaguestock.com/">https://nancymctaguestock.com/</a></strong></p>\n'
'<p class="p1">\n'
'</p></div>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17-2026-08-24/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35361 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35361">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="991" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
'width="1500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 24 2026</h3>\n'
'<h4>10:30 am - 12:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12-2026-08-19/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12-2026-08-19/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35429 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35429">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="640" sizes="(max-width: 480px) 100vw, 480px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
'480w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
'113w" width="480"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>August 19 2026</h3>\n'
'<h4>10:30 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
'target="_blank">Mari Gyorgyey</a></h4>\n'
'<h4>Fee: $285 (incl many supplies)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-20/>
{'event_url': 'https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-20/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35471 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35471">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="639" sizes="(max-width: 469px) 100vw, 469px" '
'src="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg '
'469w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-220x300.jpg '
'220w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-110x150.jpg '
'110w" width="469"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>August 20 2026</h3>\n'
'<h4>10:30 am - 12:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Judith Orseck '
'Katz</a></h4>\n'
'<h4>Fee: $220 (incl model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13/>
{'event_url': 'https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35451 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35451">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="723" sizes="(max-width: 519px) 100vw, 519px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg '
'519w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--215x300.jpeg '
'215w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--108x150.jpeg '
'108w" width="519"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 13 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $275 </h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13-2026-08-20/>
{'event_url': 'https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13-2026-08-20/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35440 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35440">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1732" sizes="(max-width: 1224px) 100vw, 1224px" '
'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg '
'1224w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-724x1024.jpg '
'724w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-768x1087.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-1085x1536.jpg '
'1085w" width="1224"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>August 20 2026</h3>\n'
'<h4>10:00 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $340 (incl all model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/block-printmaking-workshop/>
{'event_url': 'https://rowaytonarts.org/events/block-printmaking-workshop/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35481 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-adults" '
'id="post-35481">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="299" sizes="(max-width: 302px) 100vw, 302px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy.jpg '
'302w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy-300x297.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy-150x150.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy-100x100.jpg '
'100w" width="302"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: all</h4>\n'
'<h3>Thursday</h3>\n'
'<h3>August 20 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Instructor: <a href="http://www.evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $85 (includes all art supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p><span style="color: #ff0000;"><strong>BACK BY POPULAR '
'DEMAND!</strong></span></p>\n'
'<p>In this workshop, instructor Evelyn Harvey will introduce '
'students to the fun and accessible art of block printmaking.\xa0 '
'Evelyn will discuss the aspects of good wood block design and '
'will teach students how use the tools needed to create the look '
'they’re striving for.</p>\n'
'<p>Students can expect to create a one-of-a-kind linoleum block '
'using a variety of carving blades with the end goal of creating '
'a finished piece of artwork and/or a handful of cards.</p>\n'
'<p>RAC will supply all the tools and materials needed for this '
'workshop.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<p><img alt="" class="wp-image-27450 alignleft" height="161" '
'sizes="(max-width: 161px) 100vw, 161px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-300x300.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-300x300.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-1024x1024.jpeg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-768x768.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-1536x1536.jpeg '
'1536w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-2048x2048.jpeg '
'2048w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-100x100.jpeg '
'100w" width="161"/><strong>Evelyn Harvey</strong>\xa0is an '
'artist and art instructor working with local organizations and '
'art centers to bring creativity to the community.\xa0 She was a '
'Professor of Visual Art, teaching Drawing I, Painting I, '
'Designer Fundamentals, Color Theory, and Art Appreciation at '
'Palm Beach State College.\xa0 She received her BFA in painting '
'from Pratt institute and MFA in painting from Savannah College '
'of Art & Design.</p>\n'
'<p>In her artwork, Evelyn utilizes painting, printmaking, and '
'photography to create work that explores her local environment '
'through the context of time, memory, history, and '
'narrative.<br/>\n'
'Evelyn’s website is\xa0<a '
'href="http://www.evelynleeharvey.com/">evelynleeharvey.com</a></p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12-2026-08-19/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12-2026-08-19/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35395 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35395">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
'990w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
'722w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
'768w" width="990"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>August 19 2026</h3>\n'
'<h4>6:00 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $255</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-18/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-18/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-workshops-for-ages-8-12/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04-2026-08-11-2026-08-18/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-18/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-18/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35384 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35384">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="481" sizes="(max-width: 485px) 100vw, 485px" '
'src="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg '
'485w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-300x298.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-100x100.jpeg '
'100w" width="485"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 18 2026</h3>\n'
'<h4>10:30 am - 1:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 5 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
'target="_blank">Anda Styler</a></h4>\n'
'<h4>Fee: $205</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-18/>
{'event_url': 'https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-18/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35448 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35448">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="714" sizes="(max-width: 500px) 100vw, 500px" '
'src="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg '
'500w, '
'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-210x300.jpeg '
'210w, '
'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-105x150.jpeg '
'105w" width="500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 18 2026</h3>\n'
'<h4>6:30 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 3 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.timmycroninart.com/" '
'target="_blank">Timothy Cronin</a></h4>\n'
'<h4>Fee: $115</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:33 [rowayton_arts] 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-06-16 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35360 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35360">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="991" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
'width="1500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 17 2026</h3>\n'
'<h4>10:30 am - 12:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:34 [rowayton_arts] 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-06-16 14:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-workshops-for-ages-8-12/>
{'event_url': 'https://rowaytonarts.org/events/3-day-workshops-for-ages-8-12/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-34916 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-youth" '
'id="post-34916">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1798" sizes="(max-width: 1267px) 100vw, 1267px" '
'src="https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life.jpg '
'1267w, '
'https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life-211x300.jpg '
'211w, '
'https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life-768x1090.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life-722x1024.jpg '
'722w" width="1267"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: ages 7-10</h4>\n'
'<h3>Tues, Wed & Thurs</h3>\n'
'<h3>August 18 2026</h3>\n'
'<h4>2:30 pm - 4:30 pm</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Kellie '
'Austin</a></h4>\n'
'<h4>Fee: $160 (incl all supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>Looking for a fun way to cool off and create some amazing '
'works of art? \xa0 Join us for one or more of our 3-Day Summer '
'Workshops.</p>\n'
'<p>Kellie will guide your children through a number of projects '
'that will introduce them to a wide variety of materials and '
'techniques. \xa0Students will learn to paint, sculpt, paper '
'mache, collage and more. \xa0We want participants to have fun '
'and feel this a good place to experiment with their ideas. \xa0'
'You can expect your child to come home with 1-2 completed works '
'of art after the three days.</p>\n'
'<p>Workshops offered weekly throughout the Summer with '
'<strong>new projects offered each week.\xa0 \xa0</strong></p>\n'
'<p><strong>This week is geared toward ages '
'8-12yrs.</strong></p>\n'
'<p>All art materials are provided by RAC.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<div class="mceTemp">\n'
'<p><b><img alt="" class="size-medium wp-image-35239 alignleft" '
'height="300" '
'src="https://rowaytonarts.org/wp-content/uploads/Austin_head-shot-163x300.jpeg" '
'width="163"/></b><strong>Kellie Austin</strong> is a '
'Connecticut-based artist and educator who has spent the past 15 '
'years helping others connect to themselves through art. Inspired '
'at age five to become an art teacher, she lives by the belief: '
'‘<i>Be who you needed when you</i><i>were younger’.</i></p>\n'
'<p class="p1">Her approach centers on process over product, '
'using art as a tool for expression, healing, and self-discovery. '
'Rooted in intuition and empathy, she creates engaging, playful '
'learning experiences that make creativity feel accessible and '
'meaningful for everyone.</p>\n'
'</div>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:34 [rowayton_arts] 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-06-16 14:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35376 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35376">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
'1847w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
'216w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
'739w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
'108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
'1108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
'1478w" width="1847"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 17 2026</h3>\n'
'<h4>2:30 pm - 4:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:34 [rowayton_arts] 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-06-16 14:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/>
{'event_url': 'https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35456 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35456">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="723" sizes="(max-width: 519px) 100vw, 519px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg '
'519w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--215x300.jpeg '
'215w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--108x150.jpeg '
'108w" width="519"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 17 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $275 </h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:34 [rowayton_arts] 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-06-16 14:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10-2026-08-17/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35368 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35368">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
'1296w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
'768w" width="1296"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 17 2026</h3>\n'
'<h4>12:30 pm - 2:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:34 [rowayton_arts] 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-06-16 14:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04-2026-08-11-2026-08-18/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04-2026-08-11-2026-08-18/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35353 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35353">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1538" sizes="(max-width: 1151px) 100vw, 1151px" '
'src="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg '
'1151w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-766x1024.jpeg '
'766w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-112x150.jpeg '
'112w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-768x1026.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-1150x1536.jpeg '
'1150w" width="1151"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 18 2026</h3>\n'
'<h4>1:00 pm - 3:30 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://ninasuggswatercolor.com/" '
'target="_blank">Nina Suggs</a></h4>\n'
'<h4>Fee: $220</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:34 [rowayton_arts] 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-06-16 14:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35408 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35408">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
'254w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
'867w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
'127w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>August 14 2026</h3>\n'
'<h4>9:00 am - 11:30 am</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:34 [rowayton_arts] 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-06-16 14:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35428 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35428">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="640" sizes="(max-width: 480px) 100vw, 480px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
'480w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
'113w" width="480"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>August 12 2026</h3>\n'
'<h4>10:30 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
'target="_blank">Mari Gyorgyey</a></h4>\n'
'<h4>Fee: $285 (incl many supplies)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:34 [rowayton_arts] 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-06-16 14:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/>
{'event_url': 'https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35420 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35420">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="643" sizes="(max-width: 576px) 100vw, 576px" '
'src="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg '
'576w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-269x300.jpg '
'269w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-134x150.jpg '
'134w" width="576"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>August 14 2026</h3>\n'
'<h4>3:30 pm - 5:00 pm</h4>\n'
'<h4>Level: All</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:35 [rowayton_arts] 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-06-16 14:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-13/>
{'event_url': 'https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-13/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35470 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35470">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="639" sizes="(max-width: 469px) 100vw, 469px" '
'src="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg '
'469w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-220x300.jpg '
'220w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-110x150.jpg '
'110w" width="469"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>August 13 2026</h3>\n'
'<h4>10:30 am - 12:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Judith Orseck '
'Katz</a></h4>\n'
'<h4>Fee: $220 (incl model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:35 [rowayton_arts] 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-06-16 14:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35402 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35402">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
'1741w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
'1536w" width="1741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>August 13 2026</h3>\n'
'<h4>6:00 pm - 8:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:35 [rowayton_arts] 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-06-16 14:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13/>
{'event_url': 'https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06-2026-08-13/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35439 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35439">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1732" sizes="(max-width: 1224px) 100vw, 1224px" '
'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg '
'1224w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-724x1024.jpg '
'724w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-768x1087.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-1085x1536.jpg '
'1085w" width="1224"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>August 13 2026</h3>\n'
'<h4>10:00 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $340 (incl all model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:35 [rowayton_arts] 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-06-16 14:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07-2026-08-14/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35414 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35414">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>August 14 2026</h3>\n'
'<h4>12:00 pm - 2:30 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:35 [rowayton_arts] 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-06-16 14:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05-2026-08-12/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35394 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35394">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
'990w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
'722w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
'768w" width="990"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>August 12 2026</h3>\n'
'<h4>6:00 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $255</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-11/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04-2026-08-11/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-11/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-3/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:35 [rowayton_arts] 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-06-16 14:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-11/>
{'event_url': 'https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-11/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35447 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35447">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="714" sizes="(max-width: 500px) 100vw, 500px" '
'src="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg '
'500w, '
'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-210x300.jpeg '
'210w, '
'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-105x150.jpeg '
'105w" width="500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 11 2026</h3>\n'
'<h4>6:30 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 3 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.timmycroninart.com/" '
'target="_blank">Timothy Cronin</a></h4>\n'
'<h4>Fee: $115</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:35 [rowayton_arts] 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-06-16 14:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04-2026-08-11/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04-2026-08-11/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35352 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35352">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1538" sizes="(max-width: 1151px) 100vw, 1151px" '
'src="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg '
'1151w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-766x1024.jpeg '
'766w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-112x150.jpeg '
'112w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-768x1026.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-1150x1536.jpeg '
'1150w" width="1151"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 11 2026</h3>\n'
'<h4>1:00 pm - 3:30 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://ninasuggswatercolor.com/" '
'target="_blank">Nina Suggs</a></h4>\n'
'<h4>Fee: $220</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:35 [rowayton_arts] 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-06-16 14:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35375 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35375">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
'1847w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
'216w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
'739w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
'108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
'1108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
'1478w" width="1847"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 10 2026</h3>\n'
'<h4>2:30 pm - 4:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:36 [rowayton_arts] 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-06-16 14:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35367 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35367">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
'1296w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
'768w" width="1296"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 10 2026</h3>\n'
'<h4>12:30 pm - 2:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:36 [rowayton_arts] 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-06-16 14:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/>
{'event_url': 'https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35455 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35455">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="723" sizes="(max-width: 519px) 100vw, 519px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg '
'519w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--215x300.jpeg '
'215w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--108x150.jpeg '
'108w" width="519"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 10 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $275 </h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:36 [rowayton_arts] 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-06-16 14:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-11/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-11/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35383 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35383">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="481" sizes="(max-width: 485px) 100vw, 485px" '
'src="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg '
'485w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-300x298.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-100x100.jpeg '
'100w" width="485"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 11 2026</h3>\n'
'<h4>10:30 am - 1:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 5 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
'target="_blank">Anda Styler</a></h4>\n'
'<h4>Fee: $205</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:36 [rowayton_arts] 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-06-16 14:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-3/>
{'event_url': 'https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-3/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-34915 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-youth" '
'id="post-34915">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 741px) 100vw, 741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg '
'741w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-113x150.jpg '
'113w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-225x300.jpg '
'225w" width="741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: ages 7-10</h4>\n'
'<h3>Tues, Wed & Thurs</h3>\n'
'<h3>August 11 2026</h3>\n'
'<h4>2:30 pm - 4:30 pm</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Kellie '
'Austin</a></h4>\n'
'<h4>Fee: $160 (incl all supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>Looking for a fun way to cool off and create some amazing '
'works of art? \xa0 Join us for one or more of our 3-Day Summer '
'Workshops.</p>\n'
'<p class="p1">In these fun-filled weekly workshops, children '
'will explore their creativity through a variety of engaging art '
'projects designed to introduce them to an exciting range of '
'materials and techniques. Young artists will paint, sculpt, '
'create papier-mâché, experiment with collage, and much '
'more.</p>\n'
'<p class="p1">Our goal is to provide a supportive, encouraging '
'environment where children feel free to explore new ideas, take '
'creative risks, and express themselves through art. By the end '
'of each three-day workshop, students can expect to bring home '
'one or two completed works of art they’re proud to share.</p>\n'
'<p class="p1">Workshops are offered every week throughout the '
'summer, with <b>all-new projects each week</b>, making it easy '
'for children to return again and again for fresh creative '
'experiences.</p>\n'
'<p>All art materials are provided by RAC.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<div class="mceTemp">\n'
'<p><b><img alt="" class="size-medium wp-image-35239 alignleft" '
'height="300" '
'src="https://rowaytonarts.org/wp-content/uploads/Austin_head-shot-163x300.jpeg" '
'width="163"/></b><strong>Kellie Austin</strong> is a '
'Connecticut-based artist and educator who has spent the past 15 '
'years helping others connect to themselves through art. Inspired '
'at age five to become an art teacher, she lives by the belief: '
'‘<i>Be who you needed when you</i><i>were younger’.</i></p>\n'
'<p class="p1">Her approach centers on process over product, '
'using art as a tool for expression, healing, and self-discovery. '
'Rooted in intuition and empathy, she creates engaging, playful '
'learning experiences that make creativity feel accessible and '
'meaningful for everyone.</p>\n'
'</div>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:36 [rowayton_arts] 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-06-16 14:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03-2026-08-10/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35359 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35359">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="991" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
'width="1500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 10 2026</h3>\n'
'<h4>10:30 am - 12:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:36 [rowayton_arts] 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-06-16 14:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-06/>
{'event_url': 'https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-08-06/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35469 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35469">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="639" sizes="(max-width: 469px) 100vw, 469px" '
'src="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg '
'469w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-220x300.jpg '
'220w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-110x150.jpg '
'110w" width="469"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>August 06 2026</h3>\n'
'<h4>10:30 am - 12:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Judith Orseck '
'Katz</a></h4>\n'
'<h4>Fee: $220 (incl model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:36 [rowayton_arts] 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-06-16 14:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35393 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35393">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
'990w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
'722w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
'768w" width="990"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>August 05 2026</h3>\n'
'<h4>6:00 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $255</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:36 [rowayton_arts] 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-06-16 14:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35413 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35413">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>August 07 2026</h3>\n'
'<h4>12:00 pm - 2:30 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-art-of-the-knife-3/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:37 [rowayton_arts] 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-06-16 14:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35407 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35407">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
'254w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
'867w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
'127w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>August 07 2026</h3>\n'
'<h4>9:00 am - 11:30 am</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:37 [rowayton_arts] 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-06-16 14:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06/>
{'event_url': 'https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35438 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35438">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1732" sizes="(max-width: 1224px) 100vw, 1224px" '
'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg '
'1224w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-724x1024.jpg '
'724w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-768x1087.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-1085x1536.jpg '
'1085w" width="1224"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>August 06 2026</h3>\n'
'<h4>10:00 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $340 (incl all model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:37 [rowayton_arts] 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-06-16 14:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-art-of-the-knife-3/>
{'event_url': 'https://rowaytonarts.org/events/the-art-of-the-knife-3/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35480 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-adults" '
'id="post-35480">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" height="961" sizes="(max-width: '
'963px) 100vw, 963px" '
'src="https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip.jpeg '
'963w, '
'https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip-300x300.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip-768x766.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip-100x100.jpeg '
'100w" width="963"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: Int-Adv</h4>\n'
'<h3>Saturday</h3>\n'
'<h3>August 08 2026</h3>\n'
'<h4>10:00 am - 3:00 pm</h4>\n'
'<h4>Instructor: <a href="https://www.susanfehlinger.com/" '
'target="_blank">Susan Fehlinger</a></h4>\n'
'<h4>Fee: $130</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>In this one day workshop you’ll learn the joys and challenges '
'of painting with the palette knife and explore the possibilities '
'of using this tool to unlock your creative freedom.</p>\n'
'<p>You’ll learn to add texture and highlights and a little edge; '
'to mix colors right on your canvas and enjoy the spontaneity and '
'the accidents.</p>\n'
'<p>Watch instructive teaching demos, practice making marks with '
'the knife and you’ll begin creating fresher, looser paintings. '
'We’ll be covering a variety of subject matter to show how '
'versatile this tool can be.</p>\n'
'<p><strong><u>SUPPLY LIST</u></strong></p>\n'
'<p>Please bring a photo of a place you love to use as '
'inspiration for your painting.</p>\n'
'<p><strong>Tools</strong>: One or two palette knives – Dick '
'Blick has a starter set of 3 that are good sizes. Or you can get '
'them individually. I use a 4” knife with rounded edges.</p>\n'
'<p>(Blick’s #96 or Jerry’s #49T) You may want a smaller one '
'also, for detail.</p>\n'
'<p><strong>Paint: </strong>\xa0<strong>Oils or '
'acrylics</strong>. Some suggested colors below. Feel free to '
'bring your favorites.</p>\n'
'<p>Lemon Yellow<br/>\n'
'Cadmium Yellow<br/>\n'
'Indian Yellow or Yellow Ochre<br/>\n'
'Cadmium Orange<br/>\n'
'Cadmium Red<br/>\n'
'Quinacridone Rose or Alizarin Crimson<br/>\n'
'Cerulean or Manganese Blue<br/>\n'
'UltraMarine or Cobalt Blue<br/>\n'
'Prussian or Indigo Blue<br/>\n'
'Van Dyke Brown or Burnt Sienna<br/>\n'
'White–whichever one you like (Titanium, Flake, Zinc, etc.)</p>\n'
'<p><strong>Medium</strong>:</p>\n'
'<p>For oils: Gamblin Solvent Free Gel (tube) or Solvent Free '
'Fluid<br/>\n'
'For acrylics: Winsor & Newton Galleria Acrylic Gel Medium or '
'Liquitex Gel Medium</p>\n'
'<p><strong>Palette</strong> for mixing – Paper, wood, plastic, '
'whatever you use in your studio.</p>\n'
'<p><strong>Canvases</strong>: 16 x 20, or 20 x 20 plus an extra '
'inexpensive canvas or two for practicing.</p>\n'
'<p><strong>About the Instructor:</strong></p>\n'
'<p class="p1"><img alt="" class="size-medium wp-image-30537 '
'alignleft" height="275" '
'src="https://rowaytonarts.org/wp-content/uploads/Susan-in-studio-300x275.jpeg" '
'width="300"/></p>\n'
'<p class="p1"><strong>Susan Fehlinger</strong> had been yearning '
'to paint throughout her 35 year career as a television producer, '
'but never found the time. “I wanted to explore my right brain '
'after years of favoring the left.” So in 2003 she moved to Cape '
'Cod, bought a Bed and Breakfast and began painting.</p>\n'
'<p class="p1">As a a self-taught artist she discovered the '
'palette knife and found that she could apply paint on a canvas '
'quickly, thickly, and spontaneously. “I loved the textures I '
'could produce with the knife and I loved no brushes to '
'wash.”<span class="Apple-converted-space">\xa0 </span>She began '
'painting the coastal landscapes and cottages<span '
'class="Apple-converted-space">\xa0 </span>around her. She pushed '
'the contrast of the Cape light, played with composition, scale, '
'placement and negative/positive spaces. Hopper was her '
'hero.</p>\n'
'<p class="p3">She soon joined the Chatham Art Gallery and was '
'represented by Sheldon Fine Arts in Newport RI, and had solo '
'shows at The Cultural Center of Cape Cod and The Cahoon Museum '
'of American Art.</p>\n'
'<p class="p1">“I wanted to create a strong sense of place in my '
'work, a familiar but somewhat abstracted place— that<span '
'class="Apple-converted-space">\xa0 </span>calm place where we '
'all want to be, and that we long for in these unsettling times '
'—<span class="Apple-converted-space">\xa0 </span>and then to '
'capture it when the light is just right.”</p>\n'
'<p class="p1">In 2014 she left Cape Cod and relocated to coastal '
'Connecticut in order to be closer to her son in New York, and '
'because she missed the energy and diversity the Cape lacks. Her '
'work shifted to cityscapes and coastal architecture.</p>\n'
'<p class="p1">Now she’s painting full time and loving it. She '
'has a beautiful studio at Metro Art Studios<span '
'class="Apple-converted-space">\xa0 </span>in Bridgeport, a '
'network of wonderful artist friends, and is an exhibiting member '
'of several art organizations, Silvermine, Ridgefield Guild, '
'Westport Artists Collective, as well as teaching painting with '
'the palette knife at the Rowayton Art Center.</p>\n'
'<p class="p1">For more info or to contact, please visit '
'www.susanfehlinger.com</p>\n'
'<p>For a treat, watch this video of Susan Fehlinger being '
'interviewed by artist Miggs Burroughs for the Westport '
'Library:\xa0 <a '
'href="https://www.youtube.com/watch?v=tLZx9KIhYU0&list=PLRvmQu76JuJZV_7E9nhxS6-dOpC86Ulcc&index=6">https://www.youtube.com/watch?v=tLZx9KIhYU0&list=PLRvmQu76JuJZV_7E9nhxS6-dOpC86Ulcc&index=6</a></p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:37 [rowayton_arts] 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-06-16 14:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30-2026-08-06/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35401 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35401">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
'1741w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
'1536w" width="1741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>August 06 2026</h3>\n'
'<h4>6:00 pm - 8:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:37 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:37 [rowayton_arts] 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-06-16 14:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/>
{'event_url': 'https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31-2026-08-07/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35419 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35419">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="643" sizes="(max-width: 576px) 100vw, 576px" '
'src="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg '
'576w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-269x300.jpg '
'269w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-134x150.jpg '
'134w" width="576"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>August 07 2026</h3>\n'
'<h4>3:30 pm - 5:00 pm</h4>\n'
'<h4>Level: All</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-2/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-04/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-04/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-2/>
{'event_url': 'https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-2/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-34914 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-youth" '
'id="post-34914">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 741px) 100vw, 741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg '
'741w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-113x150.jpg '
'113w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-225x300.jpg '
'225w" width="741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: ages 7-10</h4>\n'
'<h3>Tues, Wed & Thurs</h3>\n'
'<h3>August 04 2026</h3>\n'
'<h4>2:30 pm - 4:30 pm</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Kellie '
'Austin</a></h4>\n'
'<h4>Fee: $160 (incl all supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>Looking for a fun way to cool off and create some amazing '
'works of art? \xa0 Join us for one or more of our 3-Day Summer '
'Workshops.</p>\n'
'<p class="p1">In these fun-filled weekly workshops, children '
'will explore their creativity through a variety of engaging art '
'projects designed to introduce them to an exciting range of '
'materials and techniques. Young artists will paint, sculpt, '
'create papier-mâché, experiment with collage, and much '
'more.</p>\n'
'<p class="p1">Our goal is to provide a supportive, encouraging '
'environment where children feel free to explore new ideas, take '
'creative risks, and express themselves through art. By the end '
'of each three-day workshop, students can expect to bring home '
'one or two completed works of art they’re proud to share.</p>\n'
'<p class="p1">Workshops are offered every week throughout the '
'summer, with <b>all-new projects each week</b>, making it easy '
'for children to return again and again for fresh creative '
'experiences.</p>\n'
'<p>All art materials are provided by RAC.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<div class="mceTemp">\n'
'<p><b><img alt="" class="size-medium wp-image-35239 alignleft" '
'height="300" '
'src="https://rowaytonarts.org/wp-content/uploads/Austin_head-shot-163x300.jpeg" '
'width="163"/></b><strong>Kellie Austin</strong> is a '
'Connecticut-based artist and educator who has spent the past 15 '
'years helping others connect to themselves through art. Inspired '
'at age five to become an art teacher, she lives by the belief: '
'‘<i>Be who you needed when you</i><i>were younger’.</i></p>\n'
'<p class="p1">Her approach centers on process over product, '
'using art as a tool for expression, healing, and self-discovery. '
'Rooted in intuition and empathy, she creates engaging, playful '
'learning experiences that make creativity feel accessible and '
'meaningful for everyone.</p>\n'
'</div>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35366 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35366">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
'1296w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
'768w" width="1296"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 03 2026</h3>\n'
'<h4>12:30 pm - 2:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-04/>
{'event_url': 'https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-04/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35446 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35446">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="714" sizes="(max-width: 500px) 100vw, 500px" '
'src="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg '
'500w, '
'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-210x300.jpeg '
'210w, '
'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-105x150.jpeg '
'105w" width="500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 04 2026</h3>\n'
'<h4>6:30 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 3 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.timmycroninart.com/" '
'target="_blank">Timothy Cronin</a></h4>\n'
'<h4>Fee: $115</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/>
{'event_url': 'https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35454 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35454">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="723" sizes="(max-width: 519px) 100vw, 519px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg '
'519w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--215x300.jpeg '
'215w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--108x150.jpeg '
'108w" width="519"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 03 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $275 </h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35374 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35374">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
'1847w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
'216w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
'739w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
'108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
'1108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
'1478w" width="1847"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 03 2026</h3>\n'
'<h4>2:30 pm - 4:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28-2026-08-04/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35351 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35351">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1538" sizes="(max-width: 1151px) 100vw, 1151px" '
'src="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg '
'1151w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-766x1024.jpeg '
'766w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-112x150.jpeg '
'112w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-768x1026.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-1150x1536.jpeg '
'1150w" width="1151"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 04 2026</h3>\n'
'<h4>1:00 pm - 3:30 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://ninasuggswatercolor.com/" '
'target="_blank">Nina Suggs</a></h4>\n'
'<h4>Fee: $220</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-04/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-08-04/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35382 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35382">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="481" sizes="(max-width: 485px) 100vw, 485px" '
'src="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg '
'485w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-300x298.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-100x100.jpeg '
'100w" width="485"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>August 04 2026</h3>\n'
'<h4>10:30 am - 1:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 5 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
'target="_blank">Anda Styler</a></h4>\n'
'<h4>Fee: $205</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29-2026-08-05/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35427 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35427">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="640" sizes="(max-width: 480px) 100vw, 480px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
'480w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
'113w" width="480"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>August 05 2026</h3>\n'
'<h4>10:30 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
'target="_blank">Mari Gyorgyey</a></h4>\n'
'<h4>Fee: $285 (incl many supplies)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-30/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:38 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:38 [rowayton_arts] 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-06-16 14:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-07-10-2026-07-17-2026-07-24-2026-07-31/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35412 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35412">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 31 2026</h3>\n'
'<h4>12:00 pm - 2:30 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:39 [rowayton_arts] 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-06-16 14:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27-2026-08-03/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35358 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35358">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="991" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
'width="1500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>August 03 2026</h3>\n'
'<h4>10:30 am - 12:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:39 [rowayton_arts] 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-06-16 14:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-07-09-2026-07-16-2026-07-23-2026-07-30/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35400 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35400">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
'1741w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
'1536w" width="1741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 30 2026</h3>\n'
'<h4>6:00 pm - 8:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:39 [rowayton_arts] 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-06-16 14:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-07-10-2026-07-17-2026-07-24-2026-07-31/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35406 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35406">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
'1080w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
'254w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
'867w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
'127w, '
'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
'768w" width="1080"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 31 2026</h3>\n'
'<h4>9:00 am - 11:30 am</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:39 [rowayton_arts] 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-06-16 14:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31/>
{'event_url': 'https://rowaytonarts.org/events/independent-drawing-for-all-levels-2026-07-10-2026-07-17-2026-07-24-2026-07-31/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35418 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35418">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="643" sizes="(max-width: 576px) 100vw, 576px" '
'src="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1.jpg '
'576w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-269x300.jpg '
'269w, '
'https://rowaytonarts.org/wp-content/uploads/Morrow_drawing-class_shapes-1-134x150.jpg '
'134w" width="576"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Fridays</h3>\n'
'<h3>July 31 2026</h3>\n'
'<h4>3:30 pm - 5:00 pm</h4>\n'
'<h4>Level: All</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
'target="_blank">Felicia Feldman</a></h4>\n'
'<h4>Fee: $230</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:39 [rowayton_arts] 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-06-16 14:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-30/>
{'event_url': 'https://rowaytonarts.org/events/the-wonders-and-spontaneity-of-watercolor-and-gouache-2026-07-30/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35468 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35468">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="639" sizes="(max-width: 469px) 100vw, 469px" '
'src="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river.jpg '
'469w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-220x300.jpg '
'220w, '
'https://rowaytonarts.org/wp-content/uploads/Katz_5-mile-river-110x150.jpg '
'110w" width="469"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 30 2026</h3>\n'
'<h4>10:30 am - 12:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Judith Orseck '
'Katz</a></h4>\n'
'<h4>Fee: $220 (incl model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-28/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14-2026-07-21-2026-07-28/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-5/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:40 [rowayton_arts] 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-06-16 14:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27/>
{'event_url': 'https://rowaytonarts.org/events/foundations-of-painting-and-drawing-2026-07-06-2026-07-13-2026-07-20-2026-07-27/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35453 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35453">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="723" sizes="(max-width: 519px) 100vw, 519px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting-.jpeg '
'519w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--215x300.jpeg '
'215w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey__Spring-2-2025_Student-painting--108x150.jpeg '
'108w" width="519"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 27 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $275 </h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:40 [rowayton_arts] 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-06-16 14:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-28/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-07-28/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35381 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35381">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="481" sizes="(max-width: 485px) 100vw, 485px" '
'src="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy.jpeg '
'485w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-300x298.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Styler_small-to-big-_1-copy-100x100.jpeg '
'100w" width="485"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 28 2026</h3>\n'
'<h4>10:30 am - 1:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 5 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
'target="_blank">Anda Styler</a></h4>\n'
'<h4>Fee: $205</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:40 [rowayton_arts] 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-06-16 14:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14-2026-07-21-2026-07-28/>
{'event_url': 'https://rowaytonarts.org/events/open-studio-5-2026-07-07-2026-07-14-2026-07-21-2026-07-28/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35388 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35388">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
'src="https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-scaled.jpg '
'2560w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-300x225.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-1024x768.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-150x113.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-768x576.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-1536x1152.jpg '
'1536w, '
'https://rowaytonarts.org/wp-content/uploads/RAC_studio-shot-2_2021-2048x1536.jpg '
'2048w" width="2560"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 28 2026</h3>\n'
'<h4>6:30 pm - 9:30 pm</h4>\n'
'<h4>Level: Intermediate to Advanced</h4>\n'
'<h4>Length: 4 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">No '
'Instruction</a></h4>\n'
'<h4>Fee: $40</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:40 [rowayton_arts] 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-06-16 14:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-5/>
{'event_url': 'https://rowaytonarts.org/events/3-day-summer-workshop-for-ages-7-10-5/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-34913 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-youth" '
'id="post-34913">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" height="988" sizes="(max-width: '
'741px) 100vw, 741px" '
'src="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg '
'741w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-113x150.jpg '
'113w, '
'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-225x300.jpg '
'225w" width="741"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: ages 7-10</h4>\n'
'<h3>Tues, Wed & Thurs</h3>\n'
'<h3>July 28 2026</h3>\n'
'<h4>2:30 pm - 4:30 pm</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Laurie '
'Ferrante</a></h4>\n'
'<h4>Fee: $160</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>Looking for a fun way to cool off and create some amazing '
'works of art? \xa0 Join us for one or more of our 3-Day Summer '
'Workshops.</p>\n'
'<p class="p1">In these fun-filled weekly workshops, children '
'will explore their creativity through a variety of engaging art '
'projects designed to introduce them to an exciting range of '
'materials and techniques. Young artists will paint, sculpt, '
'create papier-mâché, experiment with collage, and much '
'more.</p>\n'
'<p class="p1">Our goal is to provide a supportive, encouraging '
'environment where children feel free to explore new ideas, take '
'creative risks, and express themselves through art. By the end '
'of each three-day workshop, students can expect to bring home '
'one or two completed works of art they’re proud to share.</p>\n'
'<p class="p1">Workshops are offered every week throughout the '
'summer, with <b>all-new projects each week</b>, making it easy '
'for children to return again and again for fresh creative '
'experiences.</p>\n'
'<p>All art materials are provided by RAC.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<p><img alt="" class="wp-image-20104 alignleft" height="220" '
'src="https://rowaytonarts.org/wp-content/uploads/Laurie-Ferrente_with-puppets-300x200.jpg" '
'width="330"/></p>\n'
'<p><strong>Laurie Ferrante</strong>\xa0has a BFA and an MS in '
'Fine Arts / Art Education from the University of Bridgeport and '
'CNR.\xa0 She comes to RAC with 30 years of art education '
'experience.\xa0 Currently teaching at the Strawberry Hill School '
'in\xa0Stamford where she teaches IB Design.\xa0 Laurie is a '
'painter at heart working in mixed media and altered '
'photography.\xa0 She also repurposes old furniture with lots of '
'paint and love.\xa0 Recently she has become more passionate '
'about the performing arts designing sets and creative props for '
'her school’s theatrical productions.\xa0\xa0 Lastly, her '
'greatest love is spending time with her three daughters and '
'rescue dogs; painting furniture; and enjoys the beach and '
'reading whenever possible.</p>\n'
'<p>\xa0</p>\n'
'<p>\xa0</p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:40 [rowayton_arts] 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-06-16 14:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-for-beginners-and-beyond-zoom-2026-07-14-2026-07-21-2026-07-28/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35350 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35350">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1538" sizes="(max-width: 1151px) 100vw, 1151px" '
'src="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475.jpeg '
'1151w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-766x1024.jpeg '
'766w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-112x150.jpeg '
'112w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-768x1026.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Suggs_peony-e1737745638475-1150x1536.jpeg '
'1150w" width="1151"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>July 28 2026</h3>\n'
'<h4>1:00 pm - 3:30 pm</h4>\n'
'<h4>Level: Beginner - Intermediate</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://ninasuggswatercolor.com/" '
'target="_blank">Nina Suggs</a></h4>\n'
'<h4>Fee: $220</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:40 [rowayton_arts] 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-06-16 14:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-07-08-2026-07-15-2026-07-22-2026-07-29/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35426 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35426">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="640" sizes="(max-width: 480px) 100vw, 480px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
'480w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
'225w, '
'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
'113w" width="480"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 29 2026</h3>\n'
'<h4>10:30 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
'target="_blank">Mari Gyorgyey</a></h4>\n'
'<h4>Fee: $285 (incl many supplies)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:40 [rowayton_arts] 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-06-16 14:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35373 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35373">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
'1847w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
'216w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
'739w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
'108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
'1108w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
'1478w" width="1847"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 27 2026</h3>\n'
'<h4>2:30 pm - 4:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:40 [rowayton_arts] 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-06-16 14:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-07-06-2026-07-13-2026-07-20-2026-07-27/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35365 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35365">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
'1296w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
'768w" width="1296"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 27 2026</h3>\n'
'<h4>12:30 pm - 2:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/surface-play/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/plein-air-on-sheffield-island/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/simplify-and-abstract-2026-06-03/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/block-printmaking-carve-into-summer/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/making-art-from-memories-2026-06-02/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-07-08-2026-07-15-2026-07-22-2026-07-29/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35392 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35392">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
'990w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
'722w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
'768w" width="990"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>July 29 2026</h3>\n'
'<h4>6:00 pm - 8:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $255</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30/>
{'event_url': 'https://rowaytonarts.org/events/figure-and-portrait-drawing-from-a-live-model-2026-07-09-2026-07-16-2026-07-23-2026-07-30/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35437 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35437">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1732" sizes="(max-width: 1224px) 100vw, 1224px" '
'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3.jpg '
'1224w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-212x300.jpg '
'212w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-724x1024.jpg '
'724w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-106x150.jpg '
'106w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-768x1087.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_Tracey-Dinkin3-1085x1536.jpg '
'1085w" width="1224"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Thursdays</h3>\n'
'<h3>July 30 2026</h3>\n'
'<h4>10:00 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
'<h4>Fee: $340 (incl all model fees)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/surface-play/>
{'event_url': 'https://rowaytonarts.org/events/surface-play/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35189 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-adults" '
'id="post-35189">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1905" sizes="(max-width: 1511px) 100vw, 1511px" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Surface-play.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Surface-play.jpeg '
'1511w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Surface-play-238x300.jpeg '
'238w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Surface-play-812x1024.jpeg '
'812w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Surface-play-119x150.jpeg '
'119w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Surface-play-768x968.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/McTague_Surface-play-1218x1536.jpeg '
'1218w" width="1511"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: all</h4>\n'
'<h3>Saturday</h3>\n'
'<h3>June 13 2026</h3>\n'
'<h4>10:30 am - 12:30 pm</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $85 (incl all supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p>Join Nancy as she introduces you to an unexpected variety of '
'watermedia surfaces, best known as ‘substrates’! With '
'watercolor, watercolor pencils and crayons as well as inks, she '
'will surprise you with the many possibilities that exist beyond '
'classic watercolor paper!</p>\n'
'<p>Through demonstration and your own explorations in class, you '
'may very well find yourself loving many new surfaces to paint on '
'and how to recreate them for yourself!</p>\n'
'<p>Each person will be provided with at least five substrates on '
'which to work. You may use objects, photos or abstraction as '
'your subject matter — whatever you desire! So, come have fun '
'with us as we LOVE to play!!! Open to all levels – no experience '
'necessary~</p>\n'
'<p>ALL SUPPLIES PROVIDED!</p>\n'
'<div><strong>Supplies</strong></div>\n'
'<div>All supplies will be provided by RAC and are included in '
'the price of the workshop.</div>\n'
'<div>\n'
'<p><strong>About the Instructor:</strong></p>\n'
'<p><img alt="" class="wp-image-15828 alignleft" height="140" '
'src="https://rowaytonarts.org/wp-content/uploads/Nancy-McTague-STock_headshot-300x225.jpg" '
'width="187"/><strong>A</strong><strong>rtist '
'Nan</strong><strong>cy McTague-Stock</strong> credits early '
'exposure to environmental experiences as the impetus for her '
'life long artistic focus.\xa0 <span id="more-15827"></span>Her '
'environmentally focused imagery centrally highlights the '
'fragility of nature in an increasingly technocentric world, '
'through an amalgam of painting, printmaking and contemporary '
'photographic media.\xa0Her work is observation-based, with a '
'strong conceptual sensibility and superb craftsmanship.</p>\n'
'<p>Nancy McTague-Stock was a Fellowship Recipient for '
'post-graduate work at The Slade School of Art at the University '
'of London in Experimental Drawing.\xa0She received an MFA from '
'The Art Institute of Boston in Visual Studies in New Media, with '
'mentors inclusive of Dike Blair, Judith Barry, Richard Klein, '
'Anthony Apesos & Sunanda Sunyal. She holds a Marketing '
'Strategy Certificate from Cornell University’s Johnson Graduate '
'School of Management, and a BFA from Virginia Commonwealth '
'University in Metalsmithing and Textiles, with specialty '
'training in ancient jewelry techniques from the Kulicke Stark '
'Academy for Jewelry Art in New York with Bob Kulicke.</p>\n'
'<p>Ms. McTague-Stock\xa0has been the recipient of many awards, '
'residencies, grants and fellowships.\xa0Her work has been '
'exhibited in group exhibitions at over ten museums, \xa0'
'solo/group shows in galleries and universities in Bulgaria, '
'Canada, China, Denmark, Great Britain, Ireland, Latvia, New '
'Zealand, Portugal, Serbia and in the U.S., from Los Angeles to '
'New York.\xa0 Nancy’s work has appeared in such publications as '
'the New York Times, Studio Visit Magazine, Plein Air Magazine, '
'Art New England Magazine, Hearst Media, The Woven Tale Press, '
'VCU Arts, CBS Connecticut, Connecticut Post, EastCoast Home '
'& Design, New England Home, Moffly Media, and VENU Magazine, '
'among others. \xa0Her work is collected by private and public '
'institutions worldwide,\xa0including most recent acquisitions of '
'her work by Yale University’s Beinecke Rare Book and Manuscript '
'Library, The Library of Congress in Washington, D.C., The Douro '
'Museum Printmaking Biennial Collection in Portugal and The '
'Chateau Orquevaux Permanent Collection in France.</p>\n'
'<p>Nancy’s experience in a wide variety of media is '
'extensive,\xa0with an environmental focus in her series of '
'projects. She has created commissioned, community-focused, '
'interactive installations and designed community participation '
'projects, global artistic exchanges and outreach programs, '
'working with students and artists from young to old. A periodic '
'lecturer about contemporary art, environment and culture, Nancy '
'has served for over twenty five years as a teacher, college '
'counselor, artists’ mentor, arts writer, curator and juror for '
'many academic, private and public institutions for exhibitions, '
'including The Prince of Wales Foundation in the UK. Nancy lives '
'on a nature preserve in Connecticut, providing a constant source '
'of fodder for her work and maintains her permanent studio in the '
'United States.</p>\n'
'<p>To learn more about Nancy, visit her website<strong>\xa0<a '
'href="https://nancymctaguestock.com/">https://nancymctaguestock.com/</a></strong></p>\n'
'<p class="p1">\n'
'</p></div>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/plein-air-on-sheffield-island/>
{'event_url': 'https://rowaytonarts.org/events/plein-air-on-sheffield-island/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35307 event type-event status-publish '
'has-post-thumbnail hentry event-categories-special-events '
'event-categories-workshops-for-adults" id="post-35307">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="143" sizes="(max-width: 353px) 100vw, 353px" '
'src="https://rowaytonarts.org/wp-content/uploads/Sheffield-Island-lighthouse.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Sheffield-Island-lighthouse.jpeg '
'353w, '
'https://rowaytonarts.org/wp-content/uploads/Sheffield-Island-lighthouse-300x122.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Sheffield-Island-lighthouse-150x61.jpeg '
'150w" width="353"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Saturday</h3>\n'
'<h3>June 13 2026</h3>\n'
'<h4>10:00 am - 5:00 pm</h4>\n'
'<h4><a href="https://www.seaport.org/" target="_blank">no '
'instruction</a></h4>\n'
'<h4>Fee: Free, but registration required</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p><strong>\xa0</strong>The Norwalk Seaport Association has '
'graciously invited members and friends of RAC for a special trip '
'to Sheffield Island for a day of Plein Air painting. Located '
'just a mile off the shores of Rowayton and home to a beautifully '
'preserved historic lighthouse, the island offers breathtaking '
'coastal scenery, sweeping views, and plenty of artistic '
'inspiration. <!--more-->Its 50-acre preserve features a '
'beautifully preserved lighthouse, picnic tables, a pavilion with '
'restrooms and countless picturesque scenes perfect for painting, '
'sketching, or simply soaking in the beauty of the day. The '
'refreshing island breeze and tranquil surroundings create an '
'ideal setting to unwind and paint by the water.\xa0 Be aware '
'that you’ll have\xa0to travel by ferry to get there.\xa0 The '
'ride is free and takes about 45 minutes.</p>\n'
'<p><strong>Ferry information:</strong></p>\n'
'<p>The Ferry Dock is located at 90 Water Street, South Norwalk '
'CT.\xa0 The ferry will depart from South Norwalk at 10am and '
'2pm. Ferries will be departing from the island at 1pm and '
'5pm.\xa0 The ferry trip takes approx. 45 minutes. Guests are '
'welcome to stay all day or make a 1/2 day trip of it.\xa0 The '
'ferry ride is free of charge</p>\n'
'<p><strong>Parking for the Ferry:\xa0</strong></p>\n'
'<p>The Ferry dock is located directly across from the Grit Ninja '
'Norwalk Gym. There is no parking at the dock.\xa0 The closest '
'paid parking lot is at 5 Haviland Street \xa0<a '
'href="https://www.parknorwalk.org/">https://www.parknorwalk.org</a></p>\n'
'<p><strong>Suggested Supplies:</strong></p>\n'
'<ul>\n'
'<li>Plein Air painting supplies</li>\n'
'<li>Food and Drink</li>\n'
'<li>Hat</li>\n'
'<li>Sweater</li>\n'
'<li>Windbreaker</li>\n'
'<li>Folding chair or stool</li>\n'
'</ul>\n'
'<p><em>This event is FREE and open to Rowayton Arts Center '
'members and friends. We kindly ask that you register in advance '
'so we can plan accordingly and ensure an enjoyable experience '
'for everyone.</em></p>\n'
'<p><strong>About Sheffield Island and the Norwalk Seaport '
'Association:</strong></p>\n'
'<p class="rteBlock">The Norwalk Seaport Association was founded '
'in 1978 by a group of local citizens who had a vision to '
'revitalize South Norwalk and preserve Norwalk’s maritime '
'heritage. \xa0The first Oyster Festival was planned to increase '
'awareness of Norwalk harbor and as a fundraiser for the new '
'organization. \xa0The Association received IRS 501(C) (3) status '
'in March, 1980.</p>\n'
'<p class="rteBlock">The Seaport became the catalyst in the drive '
'for a maritime center, now the Maritime Aquarium of Norwalk, '
'which sparked the resurgence in South Norwalk that continues to '
'this day. The Norwalk Seaport Association is a founding member '
'of the Maritime Aquarium and maintains a seat on its Board of '
'Directors.</p>\n'
'<p class="rteBlock"><strong>With the goal of building a maritime '
'center accomplished, the Norwalk Seaport Association continued '
'to fulfill its mission through the purchase of the Sheffield '
'Island Lighthouse and Keeper’s Cottage in 1986. \xa0The '
'Lighthouse and Cottage were placed on the National Register of '
'Historic Places in 1989. Each year over 7,000 visitors travel to '
'Sheffield Island via the Seaport ferry to tour the historic '
'lighthouse, view the artifacts, the lighthouse structure and '
'learn about our maritime history from the lighthouse guides and '
'staff. In addition, the Seaport brings over \xa01000 local '
'school children to Sheffield Island for lessons in maritime '
'history, marine biology and environmental sciences. \xa0All '
'possible through Seaport fundraising efforts and community '
'support.</strong></p>\n'
'<p class="rteBlock">The annual Oyster Festival, sponsored by the '
'Norwalk Seaport Association provides a significant portion of '
'the funding needed to maintain the Sheffield Island Lighthouse '
'operations. In addition to supporting the Lighthouse educational '
'and restoration plans, it has become an integral part of the '
'culture of Norwalk, and evolved into a community service event, '
'where funds raised by \xa0local nonprofit community groups to be '
'distributed throughout the region in fulfillment of their '
'missions.</p>\n'
'<p><a href="https://www.seaport.org/">More about the Norwalk '
'Seaport Association</a></p>\n'
'<p>\xa0</p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/simplify-and-abstract-2026-06-03/>
{'event_url': 'https://rowaytonarts.org/events/simplify-and-abstract-2026-06-03/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35119 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35119">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1187" sizes="(max-width: 1584px) 100vw, 1584px" '
'src="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg '
'1584w, '
'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-300x225.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1024x767.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-150x112.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-768x576.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1536x1151.jpg '
'1536w" width="1584"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Wednesdays</h3>\n'
'<h3>June 03 2026</h3>\n'
'<h4>10:00 am - 1:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a '
'href="https://www.instagram.com/lennymoskowitzart/" '
'target="_blank">Lenny Moskowitz</a></h4>\n'
'<h4>Fee: $300</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06-2026-07-13-2026-07-20-2026-07-27/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35357 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35357">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="991" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
'width="1500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 27 2026</h3>\n'
'<h4>10:30 am - 12:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-07-06/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35354 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35354">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="991" '
'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
'width="1500"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Mondays</h3>\n'
'<h3>July 06 2026</h3>\n'
'<h4>10:30 am - 12:00 pm</h4>\n'
'<h4>Level: Beg-Int</h4>\n'
'<h4>Length: 8 weeks</h4>\n'
'<h4>Instructor: <a href="https://nancymctaguestock.com/" '
'target="_blank">Nancy McTague-Stock</a></h4>\n'
'<h4>Fee: $260</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/block-printmaking-carve-into-summer/>
{'event_url': 'https://rowaytonarts.org/events/block-printmaking-carve-into-summer/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-34993 event type-event status-publish '
'has-post-thumbnail hentry event-categories-workshops-for-adults" '
'id="post-34993">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="590" sizes="(max-width: 365px) 100vw, 365px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2.jpg '
'365w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-186x300.jpg '
'186w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-93x150.jpg '
'93w" width="365"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h4>Level: all</h4>\n'
'<h3>Wednesday</h3>\n'
'<h3>June 03 2026</h3>\n'
'<h4>6:00 pm - 9:00 pm</h4>\n'
'<h4>Instructor: <a href="http://www.evelynleeharvey.com/" '
'target="_blank">Evelyn Harvey</a></h4>\n'
'<h4>Fee: $85 (includes all art supplies)</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p><strong>Have fun creating your own summer themed prints and '
'cards using the art of block printmaking.\xa0</strong></p>\n'
'<p>In this workshop, instructor Evelyn Harvey will introduce '
'students to the fun and accessible art of block printmaking.\xa0 '
'Evelyn will discuss the aspects of good wood block design and '
'will teach students how use the tools needed to create the look '
'they’re striving for.</p>\n'
'<p>Students can expect to create a one-of-a-kind linoleum block '
'using a variety of carving blades with the end goal of creating '
'a finished piece of artwork and/or a handful of cards.</p>\n'
'<p>RAC will supply all the tools and materials needed for this '
'workshop.</p>\n'
'<p><strong>About the Instructor</strong></p>\n'
'<p><img alt="" class="wp-image-27450 alignleft" height="161" '
'sizes="(max-width: 161px) 100vw, 161px" '
'src="https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-300x300.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-300x300.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-1024x1024.jpeg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-768x768.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-1536x1536.jpeg '
'1536w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-2048x2048.jpeg '
'2048w, '
'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-100x100.jpeg '
'100w" width="161"/><strong>Evelyn Harvey</strong>\xa0is an '
'artist and art instructor working with local organizations and '
'art centers to bring creativity to the community.\xa0 She was a '
'Professor of Visual Art, teaching Drawing I, Painting I, '
'Designer Fundamentals, Color Theory, and Art Appreciation at '
'Palm Beach State College.\xa0 She received her BFA in painting '
'from Pratt institute and MFA in painting from Savannah College '
'of Art & Design.</p>\n'
'<p>In her artwork, Evelyn utilizes painting, printmaking, and '
'photography to create work that explores her local environment '
'through the context of time, memory, history, and '
'narrative.<br/>\n'
'Evelyn’s website is\xa0<a '
'href="http://www.evelynleeharvey.com/">evelynleeharvey.com</a></p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/making-art-from-memories-2026-06-02/>
{'event_url': 'https://rowaytonarts.org/events/making-art-from-memories-2026-06-02/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35082 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35082">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="421" sizes="(max-width: 308px) 100vw, 308px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gyrogyey_new-image-for-memoirs.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gyrogyey_new-image-for-memoirs.jpg '
'308w, '
'https://rowaytonarts.org/wp-content/uploads/Gyrogyey_new-image-for-memoirs-219x300.jpg '
'219w, '
'https://rowaytonarts.org/wp-content/uploads/Gyrogyey_new-image-for-memoirs-110x150.jpg '
'110w" width="308"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>June 02 2026</h3>\n'
'<h4>2:30 pm - 4:30 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 6 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
'target="_blank">Mari Gyorgyey</a></h4>\n'
'<h4>Fee: $220 (incl some materials)</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/sketching-from-your-travels-2026-06-02/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-en-plein-air-2-2026-06-02/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/open-sketch-44/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=6&year=2026&start=2026-06-01&end=2026-06-30)
2026-06-16 14:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/photography-sculpture-2026/> (referer: https://rowaytonarts.org/exhibitions/)
2026-06-16 14:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/marine-coastal-art-2026/> (referer: https://rowaytonarts.org/exhibitions/)
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/sketching-from-your-travels-2026-06-02/>
{'event_url': 'https://rowaytonarts.org/events/sketching-from-your-travels-2026-06-02/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35054 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35054">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="2086" sizes="(max-width: 2560px) 100vw, 2560px" '
'src="https://rowaytonarts.org/wp-content/uploads/Schiedel_travel-Sketch-photo-scaled.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Schiedel_travel-Sketch-photo-scaled.jpg '
'2560w, '
'https://rowaytonarts.org/wp-content/uploads/Schiedel_travel-Sketch-photo-300x244.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Schiedel_travel-Sketch-photo-1024x834.jpg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Schiedel_travel-Sketch-photo-150x122.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Schiedel_travel-Sketch-photo-768x626.jpg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Schiedel_travel-Sketch-photo-1536x1251.jpg '
'1536w, '
'https://rowaytonarts.org/wp-content/uploads/Schiedel_travel-Sketch-photo-2048x1669.jpg '
'2048w" width="2560"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>June 02 2026</h3>\n'
'<h4>10:00 am - 12:00 pm</h4>\n'
'<h4>Level: all</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="https://www.sharon.gallery/" '
'target="_blank">Sharon Schmiedel</a></h4>\n'
'<h4>Fee: $220</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-en-plein-air-2-2026-06-02/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-en-plein-air-2-2026-06-02/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35061 event type-event status-publish '
'has-post-thumbnail hentry event-categories-classes-for-adults" '
'id="post-35061">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1632" sizes="(max-width: 2560px) 100vw, 2560px" '
'src="https://rowaytonarts.org/wp-content/uploads/Gallagher_image-for-Fall-2022-1-scaled.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Gallagher_image-for-Fall-2022-1-scaled.jpeg '
'2560w, '
'https://rowaytonarts.org/wp-content/uploads/Gallagher_image-for-Fall-2022-1-300x191.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Gallagher_image-for-Fall-2022-1-1024x653.jpeg '
'1024w, '
'https://rowaytonarts.org/wp-content/uploads/Gallagher_image-for-Fall-2022-1-150x96.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Gallagher_image-for-Fall-2022-1-768x490.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Gallagher_image-for-Fall-2022-1-1536x979.jpeg '
'1536w, '
'https://rowaytonarts.org/wp-content/uploads/Gallagher_image-for-Fall-2022-1-2048x1306.jpeg '
'2048w" width="2560"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Tuesdays</h3>\n'
'<h3>June 02 2026</h3>\n'
'<h4>10:00 am - 3:00 pm</h4>\n'
'<h4>Level: Int-Adv</h4>\n'
'<h4>Length: 7 weeks</h4>\n'
'<h4>Instructor: <a href="" target="_blank">Christy '
'Gallagher</a></h4>\n'
'<h4>Fee: $290</h4>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:41 [rowayton_arts] 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-06-16 14:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/open-sketch-44/>
{'event_url': 'https://rowaytonarts.org/events/open-sketch-44/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35300 event type-event status-publish '
'has-post-thumbnail hentry event-categories-open-sketch '
'event-categories-special-events '
'event-categories-workshops-for-adults" id="post-35300">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="1000" sizes="(max-width: 1000px) 100vw, 1000px" '
'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2.jpeg '
'1000w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2-300x300.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2-150x150.jpeg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2-768x768.jpeg '
'768w, '
'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2-100x100.jpeg '
'100w" width="1000"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Sunday</h3>\n'
'<h3>May 31 2026</h3>\n'
'<h4>11:00 am - 1:30 pm</h4>\n'
'<h4><a href="" target="_blank"></a></h4>\n'
'<h4>Fee: $20</h4>\n'
'<h4 style="color:#ff3333;"></h4>\n'
'<p class="p1">Note: Y<b>ou have to register online in order to '
'attend.</b>\xa0 We’re limiting the numbers to a maximum of 10 '
'students. So register quickly. No walk-ins allowed.\xa0 $20</p>\n'
'<p class="p3"><span class="s1"><a '
'href="https://rowaytonarts.org/registration/"><b>REGISTER '
'HERE</b></a></span></p>\n'
'<p><!--more-->Participants work from a model who will start with '
'a series of short poses and progress into a longer pose toward '
'the end of the day.</p>\n'
'<p>Easels and stools are provided. Participants should bring '
'their own drawing/painting materials, paper and sketch pad '
'boards.\xa0 Open to all artists.</p>\n'
'<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67894">\n'
'<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67895">\n'
'<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67896">\n'
'<div id="aolmail_yui_3_16_0_1_1487939840190_67903"><span '
'id="aolmail_yui_3_16_0_1_1487939840190_67914">fee: '
'$20</span></div>\n'
'</div>\n'
'</div>\n'
'<div>\n'
'<p class="p1">As always, please do not come to the studio if you '
'are feeling sick or have the following symptoms:\xa0 cough, '
'fever, shortness of breath (other than the excitement of seeing '
'us), sudden loss of smell or taste, chills, body aches, or sore '
'throat.\xa0 Thank You!</p>\n'
'</div>\n'
'</div>\n'
'<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67916">\n'
'<div id="aolmail_yui_3_16_0_1_1487939840190_67917"><span '
'id="aolmail_yui_3_16_0_1_1487939840190_67918">\xa0</span></div>\n'
'<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67920">\n'
'<blockquote>\n'
'<div dir="ltr">\n'
'<div>\n'
'<div>\n'
'<div>\n'
'<div></div>\n'
'<div>\n'
'<div></div>\n'
'<div></div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</blockquote>\n'
'</div>\n'
'</div>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:42 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:42 [rowayton_arts] 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-06-16 14:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/photography-sculpture-2026/>
{'event_url': 'https://rowaytonarts.org/events/photography-sculpture-2026/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-34964 event type-event status-publish '
'has-post-thumbnail hentry event-categories-exhibitions '
'event-categories-upcoming-exhibition" id="post-34964">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="427" sizes="(max-width: 792px) 100vw, 792px" '
'src="https://rowaytonarts.org/wp-content/uploads/Photo-and-Sculpture-logo-new-1-1-e1625073609500.jpg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/Photo-and-Sculpture-logo-new-1-1-e1625073609500.jpg '
'792w, '
'https://rowaytonarts.org/wp-content/uploads/Photo-and-Sculpture-logo-new-1-1-e1625073609500-300x162.jpg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/Photo-and-Sculpture-logo-new-1-1-e1625073609500-150x81.jpg '
'150w, '
'https://rowaytonarts.org/wp-content/uploads/Photo-and-Sculpture-logo-new-1-1-e1625073609500-768x414.jpg '
'768w" width="792"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Jun 21 - Jul 19, 2026</h3>\n'
'<p><strong>Open Juried Show – Photography and Sculpture '
'Only</strong></p>\n'
'<p><strong>Cash Award:</strong>\xa0$250 Cash Award for Best in '
'Show<!--more--></p>\n'
'<p><strong>Juror:</strong> Elizabeth Avedon is a photography '
'book and exhibition designer, independent curator and writer. '
'Learn more at <a href="https://www.elizabethavedon.com/" '
'rel="noopener" target="_blank">elizabethavedon.com</a></p>\n'
'<p><strong>Accepted artists: </strong>Mitch Achiron, Joyce '
'Andersen, Julia Arstorp, Hilary Bachelder, Jean Marc Bara, '
'Douglas Beardsley, Michelle Bjerke, Jennifer Bowman, Susanne '
'Brandt, Nancy Breakstone, Miggs Burroughs, JoAnn Cancro, Jennie '
'Carr, Thomas Carroll, Jeffrey Chapman, Sandi Daniel, Cara '
'Denison, Laure Dunne, Maria Friscia, Bill Gore, Mary Harold, '
'Sally Harris, Marcy Juran, David Kaplan, Erin Karp, Judy Katz, '
'Emily Kelting, Robert Lansden, Andrea Letters, Tina Link, '
'Clayton Liotta, Kerry Long, Angela MacManus, Samuel Massey, '
'Melissa McCann Santangelo, Jeanne McDonagh, Peter Mendelson, '
'Veronica Mullally-munoz, Arthur Nager, Nina Nelson, Julie '
'O’Connor, Brian O’Neill, Matt Patterson, Laurie Peek, Butch '
'Quick, Dana Quigley, Jamie Rhind, Barbara Ringer, Doug Rodda, '
'Lynn\xa0\xa0 Sadlon, Brooke Sessions, Barbara Soares, Katherine '
'Sprules, Susan Hacker Stang, Jim Stasiak, Richard Ventre, Karina '
'Vinbor, Jay Wilson, Caren Winnall, Pamela Zaremba, Zili '
'Zhang</p>\n'
'<p><strong>Deadline for submissions is May 15 at '
'Midnight</strong></p>\n'
'<p><strong>Opening Reception:\xa0</strong> Sunday, June 21 '
'(4-6pm)</p>\n'
'<p><strong>Drop off dates:</strong> Monday, June 15 (5-7pm) and '
'Tuesday, June 16 (12-2pm)</p>\n'
'<p><b>Questions?</b>\xa0Please email\xa0<a '
'href="mailto:executivedir@rowaytonarts.org"><span '
'class="s2">executivedir@rowaytonarts.org</span></a></p>\n'
'<p><strong><a '
'href="https://rowaytonarts.org/prospectus-photography-sculpture-show-2026/" '
'rel="noopener" target="_blank"><em>For Prospectus click '
'here.</em></a></strong></p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 14:41:42 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 14:41:42 [rowayton_arts] 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-06-16 14:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/marine-coastal-art-2026/>
{'event_url': 'https://rowaytonarts.org/events/marine-coastal-art-2026/',
'platform': 'Rowayton Arts',
'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
'<article class="post-35247 event type-event status-publish '
'has-post-thumbnail hentry event-categories-exhibitions" '
'id="post-35247">\n'
'<div class="post-content-wrapper">\n'
'<div class="post-content">\n'
'<div class="blog-post-thumb">\n'
'<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
'wp-post-image" decoding="async" fetchpriority="high" '
'height="291" sizes="(max-width: 640px) 100vw, 640px" '
'src="https://rowaytonarts.org/wp-content/uploads/MarineCoastallogo.jpeg" '
'srcset="https://rowaytonarts.org/wp-content/uploads/MarineCoastallogo.jpeg '
'640w, '
'https://rowaytonarts.org/wp-content/uploads/MarineCoastallogo-300x136.jpeg '
'300w, '
'https://rowaytonarts.org/wp-content/uploads/MarineCoastallogo-150x68.jpeg '
'150w" width="640"/>\n'
'</div>\n'
'<div class="entry-content">\n'
'<h3>Jul 26 - Aug 23, 2026</h3>\n'
'<div>\n'
'<p><b>Theme:</b> This all-media exhibition features artwork by '
'RAC Exhibiting Members with\xa0a marine and coastal theme.</p>\n'
'</div>\n'
'<p><b>Cash Award:\xa0</b>$100 for First Place</p>\n'
'<div>\n'
'<p><b>IMPORTANT DATES</b></p>\n'
'<p><b>Submission form available on our website approximately '
'three weeks ahead (June 26)</b></p>\n'
'<p><b> </b><b>Submission\xa0Deadline:</b> Friday, July 17 at '
'midnight</p>\n'
'<p><b>Receiving Dates:</b> Monday, July 20 (5–7pm) and Tuesday, '
'July 21 (12-2pm)</p>\n'
'<p><i>ARTWORK MUST BE DELIVERED DURING RECEIVING TIMES – '
'COMMITTEE WILL NOT ACCEPT PIECES DELIVERED AFTER 2 pm Tuesday, '
'July 21. No exceptions!</i></p>\n'
'<p><b>Opening Reception:</b> Sunday, July 26 (4-6pm)</p>\n'
'<p><b>Show Runs July 26 – August 23</b></p>\n'
'<p><b>Pick Up:</b> Monday, August 24 (5-7pm) and Tuesday, August '
'25 (12-2pm)</p>\n'
'</div>\n'
'<p><b><i>More information coming soon!</i></b></p>\n'
'</div><!-- .entry-content -->\n'
'</div>\n'
'</div>\n'
'<div class="post-info">\n'
'<div class="post-social-wrapper">\n'
'<div class="post-social">\n'
'<a class="facebook-share" href="#" title="Share this"> <i '
'class="fa fa-facebook"></i></a>\n'
'<a class="twitter-share" href="#" title="Tweet this"> <i '
'class="fa fa-twitter"></i></a>\n'
'<a class="googleplus-share" href="#" title="Share with Google '
'Plus"> <i class="fa fa-google-plus"></i></a>\n'
'</div>\n'
'<div class="clear"></div>\n'
'</div>\n'
'</div>\n'
'</article>\n'
'</div></body></html>'}
2026-06-16 14:41:42 [scrapy.core.engine] INFO: Closing spider (finished)
2026-06-16 14:41:42 [scrapy.extensions.feedexport] INFO: Stored csv feed (125 items) in: output/2026/06/16/rowayton_arts.csv
2026-06-16 14:41:42 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 125869,
'downloader/request_count': 129,
'downloader/request_method_count/GET': 129,
'downloader/response_bytes': 3024852,
'downloader/response_count': 129,
'downloader/response_status_count/200': 129,
'dupefilter/filtered': 47,
'elapsed_time_seconds': 17.696918,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 6, 16, 12, 41, 42, 214522, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 10346285,
'httpcompression/response_count': 129,
'item_scraped_count': 125,
'items_per_minute': 441.1764705882353,
'log_count/DEBUG': 505,
'log_count/ERROR': 125,
'log_count/INFO': 3,
'log_count/WARNING': 2,
'memusage/max': 93048832,
'memusage/startup': 93048832,
'request_depth_max': 1,
'response_received_count': 129,
'responses_per_minute': 455.29411764705884,
'scheduler/dequeued': 129,
'scheduler/dequeued/memory': 129,
'scheduler/enqueued': 129,
'scheduler/enqueued/memory': 129,
'start_time': datetime.datetime(2026, 6, 16, 12, 41, 24, 517604, tzinfo=datetime.timezone.utc)}
2026-06-16 14:41:42 [scrapy.core.engine] INFO: Spider closed (finished)